[ANN] argparse-1.0.0 release

Maxim Fedorov maximfca@REDACTED
Fri May 1 02:16:51 CEST 2020


argparse: command line parser for Erlang
A simple framework to create complex CLI. Inspired by Python argparse.
Follows conventions of Unix Utility Argument Syntax.

    argparse [-abcDxyz][-p arg][operand]

Write complicated CLI interface, with sub-commands, arguments lists,
optional and positional arguments

README and source code is available on GitHub:
https://github.com/max-au/argparse

Simple example of CLI:
https://github.com/max-au/argparse/blob/master/doc/examples/escript/simple

Regards,
  Maxim Fedorov


More information about the erlang-questions mailing list