Found 15 packages
A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface
A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface.
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
Fluent command line argument parsing library with a focus on a very simple API
A .NET Command Line Parsing library which is set up and parsed using fluent syntax. It parses command line arguments into strongly-typed classes which you define. Supports conditional dependencies between arguments, conversion, default values, a basic shell, and automatic help/usage text. It also supports invoking awaitable or asynchronous actions with the classes you define.
Command line parser with fluent definition syntax.
FluentValidations extension for MatthiWare.CommandLineParser
A C# command line parser with a fluent interface.
Parse command-line args directly into your POCOs with a simple, yet complete and elegant fluent API
Command line parser for .net core
A powerful extension library for CommandLineParser that automatically generates interactive text-based UIs from your command-line verb definitions. Transform your CLI applications into user-friendly, menu-driven experiences without writing any additional UI code. Supports dual-mode operation (traditional CLI and interactive menus), type-aware input prompts, validation, and fluent configuration API.
ConsoleFx is a framework to build command-line applications, with support for command-line argument parsing and handling, with built-in error handling and validation support. This is the code package for the ConsoleFx core, which provides a fluent API for creating command-line applications. Use this package if you want to embed the ConsoleFx core into your application instead of having a dependency on the ConsoleFx assemblies. If you wish to reference the ConsoleFx binaries, then use the ConsoleFx package instead. Visit http://consolefx.codeplex.com/wikipage?title=Adv_Deployment for details on ConsoleFx deployment scenarios. Visit the project URL for documentation or download the full package to obtain the sample applications.
A lightweigth .NET C# library to parse arguments from command line interface applications.
A .NET command line argument parser. It can be used without any configuration, as long as you have a class that can receive the data. Get started by calling `ArgsNET.Deserialize`