What is a common-lisp analogue of python's argparse?

247 views Asked by At

What is a common-lisp analogue of python's argparse library for parsing command-line arguments?

2

There are 2 answers

0
Thayne On BEST ANSWER

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.

0
Svante On

I have used apply-argv for our bundle-generator.