diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-05 12:45:51 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-05 12:45:51 -0500 |
commit | 71637c96bd277364306abebf4add4e34a93325ff (patch) | |
tree | 5a291f684e289c932c33b6c24cb79f2d5cce9739 /app/app.lisp | |
parent | 9a9f629068b4ffe7173bc92f12080685743dc6ab (diff) |
[add] account interface, updated asd file
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" |