EntryPoint
Argument Parser
A .Net CLI argument parser that enables declarative definition of command line arguments and provides an API for executing commands with parsed arguments.
Composable CLI Argument Parser for all modern .Net platforms.
137 stars
12 watching
6 forks
Language: C#
last commit: over 5 years ago
Linked from 2 awesome lists
clicommand-linecoredeclarativedotnetentrypointnetnugetparser
Related projects:
Repository | Description | Stars |
---|---|---|
nemec/clipr | A command line parser library for C# that enables easy creation of classes with parsed arguments. | 89 |
muellan/clipp | Provides a powerful and expressive command line argument parsing solution for C++ | 1,223 |
natemcmaster/commandlineutils | A set of utilities and APIs for parsing command-line arguments and generating help text in .NET applications. | 2,216 |
juancarlospaco/cliche | A CLI argument parser library for Nim language | 82 |
abolz/cmdline2 | A C++ library for parsing command line arguments with support for customizable syntax and multiple option types. | 18 |
bfgroup/lyra | A command line argument parser for C++ | 483 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
fclp/fluent-command-line-parser | A library for parsing command-line arguments in a strongly typed and fluent manner. | 532 |
oliverdelancey/clapfn | A command line argument parser for Nim programming language | 15 |
mattbryson/bash-arg-parse | A bash script template for parsing named, short and positional CLI arguments. | 63 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 611 |
nk412/optparse | A simple command-line argument parser for BASH scripts | 158 |
robik/commandr | A command-line argument parser with support for flags, options, arguments, and subcommands. | 41 |
naaando/console-command | A library to parse command-line arguments and execute corresponding commands using a Command pattern | 1 |
tanakh/cmdline | A lightweight command line parser library for C++ | 1,352 |