Skip to content

wli3/command-line-api

 
 

Repository files navigation

System.CommandLine

This repository contains the code for System.CommandLine, a library for command line parsing, invocation, and rendering of terminal output. For more information, please see our wiki.

Packages

Packages are available on MyGet. The core package is System.CommandLine.Experimental.

You can install the System.CommandLine library (which is contained in the System.CommandLine.Experimental package) by running the following command:

> dotnet add package --source https://dotnet.myget.org/F/system-commandline/api/v3/index.json System.CommandLine.Experimental -v 0.1.0-alpha-63621-01

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

System.CommandLine: Command line parsing, invocation, and rendering of terminal output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.4%
  • Shell 1.3%
  • Other 1.3%