diff options
Diffstat (limited to 'app/app.lisp')
-rw-r--r-- | app/app.lisp | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/app/app.lisp b/app/app.lisp index 46ef74b..0ed0b45 100644 --- a/app/app.lisp +++ b/app/app.lisp @@ -33,21 +33,8 @@ (clip/command) (show/command) (draft/command) - (modify/command))) - - -;; ol account login <USER> <PW> -;; ol account logout -;; ol account signature <new sig> -;; ol account password <new pw> <repeat> -;; ol account whois <user> -;; ol invite new -;; ol invite redeem - -;; ol account use <SERVER> ;; for switchign servers - -;; new edit delete publish trash drafts flag unflag lockated unlock -;; redeem login logout password signature whois + (modify/command) + (account/command))) (defun toplevel/handler (cmd) "Prints usage statement and then exits" |