From 81d5910593a7cd3a4140bf49274e1e81cd988e4c Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Fri, 25 Feb 2022 09:12:01 -0600 Subject: added lib support for aliases. --- build-app.lisp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'build-app.lisp') diff --git a/build-app.lisp b/build-app.lisp index 32b1777..2b49b0a 100644 --- a/build-app.lisp +++ b/build-app.lisp @@ -29,7 +29,7 @@ my1337pw.") (defsynopsis (:postfix "[TAGS ...] | N [ARGS ...]") (group (:header "SEARCH") (text :contents "Return oneliners tagged with all of TAGS") - (lispobj :long-name "limit" + (lispobj :long-name "limit" :argument-type :optional :argument-name "NUMBER" :default-value 10 @@ -57,9 +57,7 @@ my1337pw.") :enum '(:access :wiki :invites) :argument-name "TOPIC" :description "Print help for a topic. -Topics: wiki, access, invites, advanced")) - (group (:header "Advanced" :hidden t) - (flag :long-name "alias")) +Topics: wiki, access, invites")) (group (:header "Wiki" :hidden t) (flag :long-name "add" :description "Intaractively add a oneliner and update the wiki.") -- cgit v1.2.3