getopt_port
Command parser
An implementation of getopt and getopt_long with limited GNU extensions for command-line parsing.
BSD-licensed getopt implementation
89 stars
7 watching
18 forks
Language: C++
last commit: 9 months ago Related projects:
Repository | Description | Stars |
---|---|---|
getopt-php/getopt-php | A PHP library for parsing and processing command-line arguments | 337 |
jcomellas/getopt | A library to parse command line arguments using GNU getopt syntax in Erlang. | 249 |
jibsen/parg | A parser for command-line arguments that works similarly to the getopt function. | 180 |
mpusz/getopt | A C++ library that parses command line options in a way compatible with the C++ Standard Library. | 0 |
docopt/docopt.cpp | Automatically generates command-line interfaces based on a well-written usage message. | 1,044 |
ko1nksm/getoptions | An option parser for shell scripts supporting all POSIX shells. | 420 |
davidgamba/go-getoptions | A command line option parser with built-in auto-completion support for Go applications. | 56 |
jorgebucaran/getopts.fish | A Fish plugin for parsing CLI options in a way similar to argparse without additional complexity. | 222 |
docopt/docopt.net | A .NET implementation of a command-line argument parser based on the docopt format | 355 |
robik/commandr | A command-line argument parser with support for flags, options, arguments, and subcommands. | 41 |
avajs/get-port | Ensures concurrent tests do not reuse the same available network port | 10 |
sindresorhus/get-port | A utility function to retrieve an available TCP port number | 874 |
jermp/cmd_line_parser | A lightweight C++17 command line parser with support for parsing command-line options and arguments. | 25 |
svgpp/svgpp | A C++ library for parsing and manipulating SVG (Scalable Vector Graphics) files | 553 |
sindresorhus/get-port-cli | A command-line tool to find an available port on a specified host. | 144 |