RunInfoBuilder
Arg parser
A command line parser for .NET that uses object trees to parse program arguments into a structured data format.
A unique command line parser for .NET that utilizes object trees for commands.
43 stars
3 watching
2 forks
Language: C#
last commit: almost 6 years ago
Linked from 2 awesome lists
clicsharpdotnet
Related projects:
Repository | Description | Stars |
---|---|---|
sailormoon/flags | An argument parser library that allows parsing command-line arguments in a simple and extensible way. | 227 |
google/argh | An argument parsing library optimized for code size and conformance to the Fuchsia commandline tools specification. | 1,670 |
farias-hecdin/cmdos | A module for processing command-line arguments and generating help messages in Nim. | 1 |
cofyc/argparse | A C-based command line arguments parsing library | 690 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 611 |
jibsen/parg | A parser for command-line arguments that works similarly to the getopt function. | 180 |
adishavit/argh | A lightweight command-line argument parser | 1,331 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
jhumphry/parse_args | A package to parse command line arguments and options in Ada 2012 | 12 |
cosiner/argv | A library to parse and split command line strings into argument arrays | 41 |
qookei/conflict | A C++17 command line argument parser library with basic options support | 3 |
fsprojects/argu | A library that generates CLI argument/XML configuration parsers and help messages for F# applications | 457 |
pfultz2/args | A command-line argument parser for C++ that provides a simple and type-safe way to parse command-line arguments. | 66 |
bartoszgolek/nflags | A simple library for parsing and validating command-line arguments in C# applications. | 50 |
aerogo/codetree | An indented code parser that generates a tree structure from various programming languages. | 24 |