Info
Version: | 2.0.1 |
Author(s): | Jonathan Wood |
Last Update: | Monday, April 26, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SoftCircuits/CommandLineParser |
NuGet Url: | https://www.nuget.org/packages/SoftCircuits.CommandLineParser |
Install
Install-Package SoftCircuits.CommandLineParser
dotnet add package SoftCircuits.CommandLineParser
paket add SoftCircuits.CommandLineParser
SoftCircuits.CommandLineParser Download (Unzip the "nupkg" after downloading)
Dependencies
- SoftCircuits.Parsing.Helper(>= 1.0.10)
Tags
Supports regular arguments, flag arguments and extended arguments (in the form: -mode:extArg). Arguments, flag arguments, and extended arguments can all be wrapped in quotes in order to include whitespace.
Now targets .NET Standard 2.0 or .NET 5.0 and supports nullable reference types.