CommandLineUtils
CLI parser
A set of utilities and APIs for parsing command-line arguments and generating help text in .NET applications.
Command line parsing and utilities for .NET
2k stars
64 watching
257 forks
Language: C#
last commit: 18 days ago
Linked from 3 awesome lists
command-linedotnetdotnet-core
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
fenekku/commandeer | A tool that parses command line arguments and exits gracefully if there is any issue. | 94 |
abolz/cmdline2 | A C++ library for parsing command line arguments with support for customizable syntax and multiple option types. | 18 |
naaando/console-command | A library to parse command-line arguments and execute corresponding commands using a Command pattern | 1 |
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 |
docopt/docopt.net | Automatically derives parsing logic from command-line help text in a .NET implementation | 355 |
unixjunkie/minicli | A minimalist OCaml library for parsing command-line arguments with built-in validation and error handling. | 30 |
timtiemens/javacommandlineparser | An evaluation and comparison of various Java libraries for parsing command-line arguments. | 13 |
tanakh/cmdline | A lightweight command line parser library for C++ | 1,352 |
nemec/clipr | A command line parser library for C# that enables easy creation of classes with parsed arguments. | 89 |
bartoszgolek/nflags | A simple library for parsing and validating command-line arguments in C# applications. | 50 |
cbeust/jcommander | An annotation-based command line parameter parsing framework for Java | 1,966 |
bfgroup/lyra | A command line argument parser for C++ | 483 |
cpp-netlib/uri | A C++ library that provides a generic URI parser and builder with features for parsing, encoding, and comparing URIs. | 139 |