System.CommandLine overview - .NET (original) (raw)

The System.CommandLine library provides functionality commonly needed by command-line apps, such as parsing command-line input and displaying help text.

Apps that use System.CommandLine include the .NET CLI, additional tools, and many global and local tools.

For app developers, the library:

Use of the library also benefits app users:

NuGet package

The library is available as a NuGet package: System.CommandLine.

Next steps

To get started with System.CommandLine, see the following resources:

To learn more, see the following resources: