Open rejeep opened 10 years ago
Evaling this:
(progn (require 'commander) (defun foo () (print "foo")) (commander (command "foo" foo)) (commander-print-usage))
Will result in: f-filename: Wrong type argument: stringp, nil.
f-filename: Wrong type argument: stringp, nil
This is because the usage information is based on filename if the name directive is not used.
name
Evaling this:
Will result in:
f-filename: Wrong type argument: stringp, nil
.This is because the usage information is based on filename if the
name
directive is not used.