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=89cb3482de1fefc2d8e5f67e1e04a0790e8cd243;hpb=5a407301f8b9d2826b23630d8df65096374d5079 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 ()