Skip to content
This repository has been archived by the owner on Jul 31, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 873 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 873 Bytes

Project

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.

Example

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

Documentation

A handbook is available in the doc directory.

Contact

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.