dotnet / CliCommandLineParser

A second-generation parser for the .NET Core command line tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft.DotNet.Cli.CommandLine

The command line parser currently used by the .NET CLI in older versions of the .NET SDK. Starting in 6.0.100, all versions have moved over to System.CommandLine listed below.

Note: For general use, we recommend System.CommandLine over this library.

Build Status

Latest Daily Build
main

About

A second-generation parser for the .NET Core command line tools

License:MIT License


Languages

Language:C# 48.3%Language:PowerShell 29.8%Language:Shell 19.4%Language:CMake 1.9%Language:Groovy 0.4%Language:Batchfile 0.2%