commandline
CLI parser
Provides a standardized and concise API for manipulating command line arguments in C# applications.
The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
5k stars
73 watching
480 forks
Language: C#
last commit: 9 months ago
Linked from 3 awesome lists
command-linedotnetdotnet-core
Related projects:
Repository | Description | Stars |
---|---|---|
waf/csharprepl | An interactive C# programming environment with syntax highlighting and NuGet package management | 2,941 |
dotnet/command-line-api | A C# library and toolset for building command-line applications with parsing, invocation, and rendering of terminal output | 3,416 |
natemcmaster/commandlineutils | A set of utilities and APIs for parsing command-line arguments and generating help text in .NET applications. | 2,216 |
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 |
fenekku/commandeer | A tool that parses command line arguments and exits gracefully if there is any issue. | 94 |
fclp/fluent-command-line-parser | A library for parsing command-line arguments in a strongly typed and fluent manner. | 532 |
dotnet-script/dotnet-script | A tool for running C# scripts from the .NET CLI with NuGet package management and debugging support. | 2,745 |
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 |
jessevdk/go-flags | A command line option parser library for Go. | 2,596 |
bfgroup/lyra | A command line argument parser for C++ | 483 |
messagepack-csharp/messagepack-csharp | Fastest C# serializer with built-in LZ4 compression and support for Unity and Xamarin. | 5,795 |
cliutils/cli11 | Provides a command line parser with a simple and intuitive interface for C++11 and beyond. | 3,381 |
xerprojects/xer.cqrs.commandstack | A CQRS command handling library providing simple abstraction and multiple registration methods | 4 |
docopt/docopt.net | Automatically derives parsing logic from command-line help text in a .NET implementation | 355 |