This repository contains an Erlang library providing functions to parse command line arguments.
While similar to getopt, erl-cmdline improves argument handling and add support for commands.
Escripts demonstrating multiple use cases can be found in the example
directory. Note that the cmdline
application must be built
before running it:
make build
escript example/options_and_arguments.erl -h
escript example/commands.erl -h
A handbook is available in the doc
directory.
If you find a bug or have any question, feel free to open a GitHub issue or to contact me by email.
Please note that I do not currently review or accept any contribution.