X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fextensions%2Fcli%2Fcli.lisp;h=717d79cc1767135a90f13604e4f1d3504057ea9c;hp=9faddaaed1c76286dca40facfa93358ea38d7a32;hb=bb7b484;hpb=a1c5dfe5f543aeb9d0e68414151153603a7435f0 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 ()