cmdr
CLI parser library
Library for parsing command-line arguments and dispatching hierarchical configurations in POSIX-compliant CLI applications.
POSIX-compliant command-line UI (CLI) parser and Hierarchical-configuration operations
136 stars
5 watching
9 forks
Language: Go
last commit: 10 days ago
Linked from 2 awesome lists
argument-parserargument-parsingclicmdrcmdr-addonscommand-linecommand-line-interfacecommand-line-parsercommandlinecommandline-argumentscommandline-interfacecommandlineparserfossa-statusgetopthierarchy-configurationsjaro-winkler-distanceposixposix-compatibleposix-compliantsubcommand
Related projects:
Repository | Description | Stars |
---|---|---|
abolz/cmdline2 | A C++ library for parsing command line arguments with support for customizable syntax and multiple option types. | 18 |
jermp/cmd_line_parser | A lightweight C++17 command line parser with support for parsing command-line options and arguments. | 25 |
commander-cli/cmd | A package to abstract shell command execution across Linux, Windows, and macOS | 152 |
bfgroup/lyra | A command line argument parser for C++ | 483 |
ndmitchell/cmdargs | A Haskell library for building command line applications with minimal code | 91 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 611 |
muellan/clipp | Provides a powerful and expressive command line argument parsing solution for C++ | 1,223 |
chh/optparse | A lightweight command line argument parser for PHP | 19 |
dbuenzli/cmdliner | Declarative definition of command line interfaces for OCaml | 296 |
tanakh/cmdline | A lightweight command line parser library for C++ | 1,352 |
bartoszgolek/nflags | A simple library for parsing and validating command-line arguments in C# applications. | 50 |
robik/commandr | A command-line argument parser with support for flags, options, arguments, and subcommands. | 41 |
unixjunkie/minicli | A minimalist OCaml library for parsing command-line arguments with built-in validation and error handling. | 30 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
jwaldrip/admiral.cr | A DSL for writing command line interfaces in Crystal | 138 |