Export commands
This commit is contained in:
parent
97d631db55
commit
b6716954f2
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@
|
||||||
(setf *help-messages*
|
(setf *help-messages*
|
||||||
(nconc *help-messages* '((,sname ,sdoc ,ldoc)))
|
(nconc *help-messages* '((,sname ,sdoc ,ldoc)))
|
||||||
*max-command-name-length*
|
*max-command-name-length*
|
||||||
(max *max-command-name-length* (length ,sname))))))
|
(max *max-command-name-length* (length ,sname)))
|
||||||
|
(export ',command-name))))
|
||||||
|
|
||||||
(defmacro with-error-and-help (code cmd fmt &rest args)
|
(defmacro with-error-and-help (code cmd fmt &rest args)
|
||||||
"Call `with-error-status' with CODE, format FMT with ARGS and call
|
"Call `with-error-status' with CODE, format FMT with ARGS and call
|
||||||
|
|
Loading…
Reference in a new issue