original:https://github.com/fclp/fluent-command-line-parser A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface
Provides the infrastructure for console applications based on Kephas Framework.
Typically used areas and classes/interfaces/services:
- ConsoleAppShutdownAwaiter.
Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and...
More information
NClap is a .NET library for parsing command-line arguments and building interactive command shells. It's driven by a declarative attribute syntax, and easy to extend.
Command Line GUI includes a command line arguments parser library Fonlow.CommandLineGui.Core.dll for constructing .NET command line programs with complex arguments.
You define a data model class decorated by some attributes for representing arguments. The core library will parse the command line...
More information
CmdR is a simple command routing framework for console applications, giving you a simple way of routing commands to an Action which will perform your apps logic. This helps introduce a separation between your apps logic and the code to drive the input-parse-execute loop.
CmdR works as a simple...
More information
Terse syntax C# command line parser for .NET with F# support. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
The Command Line Parser Library offers to CLR applications a simple programming interface for manipulating command line input. This library allows you to display an help screen with a good degree of customization. This API tries to keep on his shoulders all that is boring and repetitive to be...
More information
A framework for building command line application in F#. Supports command line option parsing, type-safe scanf, monadic command construction, automatic help & shell completion generation, and so on.