300 packages tagged with “commandline”
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
Command-line parsing API. Commonly used types: Microsoft.Extensions.CommandLineUtils.CommandLineApplication Microsoft.Extensions.CommandLineUtils.CommandOption
Command-line parsing API and utilities for console applications. Commonly used types: McMaster.Extensions.CommandLineUtils.CommandLineApplication McMaster.Extensions.CommandLineUtils.CommandOption McMaster.Extensions.CommandLineUtils.IConsole McMaster.Extensions.CommandLineUtils.Prompt McMaster.Extensions.CommandLineUtils.ArgumentEscaper A community-maintained fork of Microsoft.Extensions.CommandLineUtils, plus many enhancements.
Swashbuckle (Swagger) Command Line Tools
A declarative command line and XML configuration parser for F# applications.
Provides command-line parsing API integration with the generic host API (Microsoft.Extensions.Hosting).
Core component for Cocona. Micro-framework for .NET console application.
A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface
Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
CommandLine Parser Library lets you easily define strongly typed command line arguments, allows automatic parsing of command line arguments and mapping the values to properties of your objects.
A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface.
Command line parser with support for tokenizing, switches and attribute based arguments classes
Command line configuration provider implementation for Microsoft.Extensions.Configuration.
Lightweight version of Cocona. Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
Package Description
Provides dead-easy commandline argument parsing. Can be as simple as: 1. define an interface of options you'd like to parse 2. var opts = args.ParseTo<IArgs>() See the readme for more info
Fluent command line argument parsing library with a focus on a very simple API
A C# .NET Class Library containing tools for parsing the command line arguments of console applications.
The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which they're used. This nuget package includes static and shared binaries for 32 and 64 bit architectures and for v100, v110 and v120 platform toolsets.
Powerful and simple command line parsing in C#
A callback-based program option parser for C#. See the documenation at http://docs.go-mono.com/?link=N%3aMono.Options and some examples in the code and under the OptionSet topic at http://docs.go-mono.com/?link=T%3aMono.Options.OptionSet
Parse and escape command lines
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.
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 application ecosystems.
Read and resolve Commandline parameters
Command Line Parser for .NET Core written in .NET Standard
An extensible replacement for the CommandLineProvider fixing the wacky multiple argument notation and bringing together some widely used command line parser and the modern extensible configuration world of dotnet core.
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.