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: 11 months ago
Linked from 3 awesome lists
command-linedotnetdotnet-core
Related projects:
Repository | Description | Stars |
---|---|---|
waf/csharprepl | An interactive C# command-line REPL with syntax highlighting and various tools for rapid experimentation and exploration of the language. | 2,970 |
dotnet/command-line-api | A C# library and toolset for building command-line applications with parsing, invocation, and rendering of terminal output | 3,441 |
natemcmaster/commandlineutils | A set of utilities and APIs for parsing command-line arguments and generating help text in .NET applications. | 2,218 |
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. | 533 |
dotnet-script/dotnet-script | A tool for running C# scripts from the .NET CLI with NuGet package management and debugging support. | 2,772 |
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,608 |
bfgroup/lyra | A command line argument parser for C++ | 493 |
messagepack-csharp/messagepack-csharp | Fast C# serializer for compact binary data | 5,868 |
cliutils/cli11 | Provides a command line parser with a simple and intuitive interface for C++11 and beyond. | 3,428 |
xerprojects/xer.cqrs.commandstack | A CQRS command handling library providing simple abstraction and multiple registration methods | 4 |
docopt/docopt.net | A .NET implementation of docopt to automatically derive command-line argument parsing logic from help text. | 356 |