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

Command line processing in Erlang.

License

Notifications You must be signed in to change notification settings

exograd/erl-cmdline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.