From 71637c96bd277364306abebf4add4e34a93325ff Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 5 Aug 2022 12:45:51 -0500 Subject: [add] account interface, updated asd file --- app/app.lisp | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'app/app.lisp') 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 -;; ol account logout -;; ol account signature -;; ol account password -;; ol account whois -;; ol invite new -;; ol invite redeem - -;; ol account use ;; 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" -- cgit v1.2.3