fluent-command-line-parser
Argument parser
A library for parsing command-line arguments in a strongly typed and fluent manner.
A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface
532 stars
31 watching
86 forks
Language: C#
last commit: about 5 years ago
Linked from 3 awesome lists
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 |
nick-lucas/entrypoint | A .Net CLI argument parser that enables declarative definition of command line arguments and provides an API for executing commands with parsed arguments. | 137 |
bfgroup/lyra | A command line argument parser for C++ | 483 |
nemec/clipr | A command line parser library for C# that enables easy creation of classes with parsed arguments. | 89 |
jermp/cmd_line_parser | A lightweight C++17 command line parser with support for parsing command-line options and arguments. | 25 |
muellan/clipp | Provides a powerful and expressive command line argument parsing solution for C++ | 1,223 |
bartoszgolek/nflags | A simple library for parsing and validating command-line arguments in C# applications. | 50 |
natemcmaster/commandlineutils | A set of utilities and APIs for parsing command-line arguments and generating help text in .NET applications. | 2,216 |
fenekku/commandeer | A tool that parses command line arguments and exits gracefully if there is any issue. | 94 |
com-lihaoyi/mainargs | A utility for parsing command-line arguments and dispatching to main methods in Scala programs. | 189 |
pfultz2/args | A command-line argument parser for C++ that provides a simple and type-safe way to parse command-line arguments. | 66 |
ravi-delia/uclp | An implementation of parsing expression grammars in Common Lisp | 21 |
p-ranav/structopt | A lightweight C++ header-only library for parsing command line arguments into a structured format. | 464 |
robik/commandr | A command-line argument parser with support for flags, options, arguments, and subcommands. | 41 |
getopt-php/getopt-php | A PHP library for parsing and processing command-line arguments | 337 |