diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-05 09:50:42 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-05 09:50:42 -0500 |
commit | 9a9f629068b4ffe7173bc92f12080685743dc6ab (patch) | |
tree | d62379dc9eabadfc6c7c0f907e16894511376c00 /app/app.lisp | |
parent | f116178dcf8b450c76400e2a0fbd2991f2c227b4 (diff) |
[add] defhandler macro for app package.
Diffstat (limited to 'app/app.lisp')
-rw-r--r-- | app/app.lisp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/app.lisp b/app/app.lisp index 5af7006..46ef74b 100644 --- a/app/app.lisp +++ b/app/app.lisp @@ -33,11 +33,9 @@ (clip/command) (show/command) (draft/command) - )) + (modify/command))) -;; ol delete <ID> - ;; ol account login <USER> <PW> ;; ol account logout ;; ol account signature <new sig> |