178 packages tagged with “command-line”
A library for writing console applications. Extends Mono.Options to support separate commands from one console application.
CLIParser - a parser for command line interface
Interactive command-line based application framework for C#
docopt.net is the .net version of the docopt python beautiful command line parser. docopt.net helps you define an interface for your command-line app, and automatically generate a parser for it. docopt.net is based on conventions that have been used for decades in help messages and man pages for program interface description. Interface description in docopt.net is such a help message, but formalized. Check out http://docopt.org for a more detailed explanation. Quick example: var arguments = new Docopt().Apply("Usage: prog [-a] [-b] FILE", args); if (arguments["-a"].IsTrue) {{ ... }}
A platform-agnostic command parser and dispatcher.
Provides primitives for command line manipulation.
A C# .NET Class Library containing tools for parsing the command line arguments of console applications.
C# .Net Library with utilities like: command line, files, log, platform, shell, system, transform and validation [ Win+Mac+Linux ]
Provides a command line arguments builder, methods to run executables and extract outputs, etc.
Build command-line interfaces for TypedRest clients. Create commands mirroring the endpoints using the types in the TypedRest.CommandLine.Commands namespace.
A global .NET Core tool for running xunit tests. Installation: dotnet tool install -g xunit-cli Usage: xunit <assemblyPath> [additionalArgs] This package was build from source code at https://github.com/natemcmaster/xunit-cli/tree/f7efd07a256c130eaafec55240da79b22858aa16
A C# .NET class library containing tools for displaying progress in console applications.
Command-line progress bar that can go backwards
Library for advanced formatting of console/terminal output. Format output like HTML using either .NET DSL (like LINQ to XML), or XAML with bindings (like WPF). Supports paragraphs, lists, grids, Unicode formatting, drawing, export to various formats and much more.
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 properties to CLI options or CLI arguments.
Automatically provides an excellent command line interface to your existing .NET classes
A simple, but very powerful, command-line parsing utility that automatically populates properties in your argument object. Handles data type conversions and data validation. Provides help text optimized for the console. See the project WIKI on Git for full list of features and documentation.
A class that parses command-line/ClickOnce activation URI parameters.
A simple library for reading command-line arguments.
Attributes based Command-line interface for C#
Sln.launcher is a dotnet tools allows you to launch Visual Studio with a .sln file from a command prompt in the current directory. In the case of several available files, the user is asked to select one.
Package Description
PDFtk Server is a command-line tool for working with PDFs.
A small Command Line Interpreter
Minimal CLI helpers.
Features a MVP framework largely inspired by WebFormsMvp. Contrary to WebFormsMvp, it is not restricted to the WebForms platform; nevertheless, featurewise, it should be on par with it. Samples are available on the project web site.
Arguments.NET is a library for interacting with command-line arguments.
Convention based argument handling for console applications.
This is a framework for make console application with pseudographics interface