Jack Firth <jackhfirth@gmail.com>
This library defines a more extensible version of command-line that supports command line flag expanders, allowing users to abstract over common command line flag patterns. This library also comes batteries-included with many pre-defined expanders for commmon patterns such as switches that toggle boolean parameters.
Source code is available at https://github.com/jackfirth/command-line-ext
syntax
( command-line-ext maybe-nameflag-clause...final-clause)
syntax
( define-command-line-flag-expander idtransformer-expr)