X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain%2Fextensions%2Fcli%2Fcli.lisp;h=717d79cc1767135a90f13604e4f1d3504057ea9c;hb=31a8f429b5182d9c4f3eae208ccc8efbdfe8a996;hp=9faddaaed1c76286dca40facfa93358ea38d7a32;hpb=5a407301f8b9d2826b23630d8df65096374d5079;p=clnl diff --git a/src/main/extensions/cli/cli.lisp b/src/main/extensions/cli/cli.lisp index 9faddaa..717d79c 100644 --- a/src/main/extensions/cli/cli.lisp +++ b/src/main/extensions/cli/cli.lisp @@ -6,7 +6,7 @@ (list :name :load :type :command :args '(t) :func #'load-file) (list :name :help :type :command :args '((:token :optional)) :precedence 20 :func #'help) (list - :name :button :type :command :args '(:string (:optional :number)) + :name :button :type :command :args '(:string (:number :optional)) :precedence 20 :func #'clnl-model:execute-button))) (defun shut-down ()