exograd / erl-cmdline

Command line processing in Erlang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Command line processing in Erlang.

License:ISC License


Languages

Language:Erlang 99.4%Language:Makefile 0.6%