commandlineparser topic

List commandlineparser repositories

command-line-api

3.3k
Stars
373
Forks
Watchers

Command line parsing, invocation, and rendering of terminal output.

cmdr

132
Stars
9
Forks
Watchers

POSIX-compliant command-line UI (CLI) parser and Hierarchical-configuration operations

CommandLineParser

133
Stars
30
Forks
Watchers

Command line parser. Declarative arguments support. Rich set of argument types (switches, enums, files, etc...). Mutually exclusive arguments validations.

VSoft.CommandLineParser

88
Stars
26
Forks
Watchers

Simple Command Line Options Parser - part of the DUnitX Project

UnityCommandLineParser

38
Stars
2
Forks
Watchers

Simple command line argument parser for Unity

FluentArgs

35
Stars
3
Forks
Watchers

FluentArgs is a library to parse command line arguments. It focuses on a very simple API and strong typing. It is able to generate a help view and proper error messages.

command-line

67
Stars
5
Forks
Watchers

Declarative syntax for System.CommandLine via attributes for easy, fast, strongly-typed (no reflection) usage. Includes a source generator which automagically converts your classes to CLI commands and...