What is a common-lisp analogue of python's argparse library for parsing command-line arguments?
What is a common-lisp analogue of python's argparse?
266 views Asked by ealfonso At
2
What is a common-lisp analogue of python's argparse library for parsing command-line arguments?
There are a few including:
command-line-arguments -- http://cliki.net/command-line-arguments
getopt -- https://github.com/keithj/getopt
unix-options -- https://github.com/astine/unix-options
I haven't actually tried any of them but hopefully one of them fits your needs.