cl-cli-parser
is a simple get-opt
-like parser
for common lisp. It is released under the BSD license.
The interface is simple. After loading:
> (cli-parser:cli-parse '("--opt1=val1" "val2"
"-p=another-option" "-q") *opts*)
where *opts* is a list of
cli-option structures.
It's likely that this code will be changed from using structs to CLOS classes very soon.
This project has not released any files.
You can browse our CVS repository or download the current development tree via anonymous cvs, as described here