NFlags
CLI parser library
A simple library for parsing and validating command-line arguments in C# applications.
Simple yet powerfull library to made parsing CLI arguments easy. Library also allow to print usage help "out of box".
50 stars
6 watching
0 forks
Language: C#
last commit: almost 3 years ago
Linked from 2 awesome lists
clicsharphelperlibraryparserparsing
Related projects:
Repository | Description | Stars |
---|---|---|
szaghi/flap | A Fortran library for building command line interfaces with automatic parsing and help generation | 152 |
benjamin-hodgson/pidgin | A lightweight and fast parsing library for C#. | 931 |
akamensky/argparse | Provides a flexible and easy-to-use command line argument parsing solution for Go programs. | 617 |
plioi/parsley | A parsing library inspired by Haskell's Parsec and F#'s FParsec. | 61 |
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 |
natemcmaster/commandlineutils | A set of utilities and APIs for parsing command-line arguments and generating help text in .NET applications. | 2,218 |
muellan/clipp | Provides a powerful and expressive command line argument parsing solution for C++ | 1,230 |
bfgroup/lyra | A command line argument parser for C++ | 493 |
ndmitchell/cmdargs | A Haskell library for building command line applications with minimal code | 91 |
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 |
pganalyze/libpg_query | A C library that parses and analyzes PostgreSQL queries to extract internal parse trees | 1,216 |
hejsil/zig-clap | Library providing a simple command-line argument parser | 994 |
teo-tsirpanis/farkle | A parser library for F# and C# | 94 |
hashrock/deno-fnparse | A parser combinator library for Deno that provides a simple way to parse CSV data. | 11 |