getopt
Option parser
A library to parse command line arguments using GNU getopt syntax in Erlang.
Erlang module to parse command line arguments using the GNU getopt syntax
249 stars
14 watching
83 forks
Language: Erlang
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mpusz/getopt | A C++ library that parses command line options in a way compatible with the C++ Standard Library. | 0 |
getopt-php/getopt-php | A PHP library for parsing and processing command-line arguments | 337 |
scopt/scopt | A lightweight command-line options parsing library for Scala applications. | 1,433 |
sjl/adopt | A simple UNIX-style option parser in Common Lisp. | 31 |
davidgamba/go-getoptions | A command line option parser with built-in auto-completion support for Go applications. | 56 |
badaix/popl | A lightweight C++ library for parsing command-line options and arguments in a single header file. | 166 |
clojure/tools.cli | Provides a framework for parsing command-line options in Clojure programs. | 723 |
pcapriotti/optparse-applicative | A Haskell library for parsing command-line options in an applicative style | 914 |
kimgr/getopt_port | An implementation of getopt and getopt_long with limited GNU extensions for command-line parsing. | 89 |
c9s/getoptionkit | An object-oriented option parser library for PHP, supporting type constraints and various options formats. | 150 |
docopt/docopt.c | A C-code generator for parsing command-line arguments in the docopt language | 320 |
ko1nksm/getoptions | An option parser for shell scripts supporting all POSIX shells. | 416 |
jibsen/parg | A parser for command-line arguments that works similarly to the getopt function. | 180 |
abolz/cmdline2 | A C++ library for parsing command line arguments with support for customizable syntax and multiple option types. | 18 |
jorgebucaran/getopts.fish | A Fish plugin for parsing CLI options in a way similar to argparse without additional complexity. | 222 |