unix-opts
unix-opts copied to clipboard
Unix-style command line options parser
Results
11
unix-opts issues
Sort by
recently updated
recently updated
newest added
It appears impossible to pass `-b`, `-d` or `--debug` to unix-opts, at least in CCL: ``` (matrix) dfm@helmsley:/tmp$ cat show-args.lisp (eval-when (:compile-toplevel :load-toplevel :execute) (load "~/quicklisp/setup.lisp") (ql:quickload :unix-opts)) (save-application "show-args"...