remcoros / command-line-api

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

Home Page:https://github.com/dotnet/command-line-api/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Join the chat at https://gitter.im/dotnet/command-line-api

This repository contains the code for the System.CommandLine libraries and the dotnet-suggest global tool.

Packages

Package Version Description
System.CommandLine Nuget Command line parser, model binding, invocation, shell completions
System.CommandLine.DragonFruit Nuget Build command-line apps by convention with a strongly-typed Main method
System.CommandLine.Rendering Nuget Structured terminal output rendering and ANSI support
System.CommandLine.Hosting Nuget support for using System.CommandLine with Microsoft.Extensions.Hosting
dotnet-suggest Nuget A command-line tool to provide shell completions for apps built using System.CommandLine.

Daily builds are available if you add this feed to your nuget.config: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json.

Documentation

Breaking changes to the documentation in Beta 2

With the release of Beta 2, many of the examples in the documentation no longer work without changes.

Please see the Beta 2 announcement for more details.

Getting started

Syntax Concepts and Parser

Features

Your first app

How to...

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct

Contributing

See the Contributing guide for developer documentation.

License

This project is licensed under the MIT license.

.NET Foundation

.NET is a .NET Foundation project.

About

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

https://github.com/dotnet/command-line-api/wiki

License:MIT License


Languages

Language:C# 85.8%Language:PowerShell 8.5%Language:Shell 5.2%Language:CMake 0.5%Language:Batchfile 0.0%