Info
Version: | 4.1.1 |
Author(s): | Nate McMaster |
Last Update: | Monday, February 19, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/natemcmaster/CommandLineUtils |
NuGet Url: | https://www.nuget.org/packages/McMaster.Extensions.CommandLineUtils |
Install
Install-Package McMaster.Extensions.CommandLineUtils
dotnet add package McMaster.Extensions.CommandLineUtils
paket add McMaster.Extensions.CommandLineUtils
McMaster.Extensions.CommandLineUtils Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.Runtime.InteropServices.RuntimeInformation(>= 4.3.0)
- System.ValueTuple(>= 4.5.0)
- System.ComponentModel.Annotations(>= 5.0.0)
Tags
Commonly used types:
McMaster.Extensions.CommandLineUtils.CommandLineApplication
McMaster.Extensions.CommandLineUtils.CommandOption
McMaster.Extensions.CommandLineUtils.IConsole
McMaster.Extensions.CommandLineUtils.Prompt
McMaster.Extensions.CommandLineUtils.ArgumentEscaper
A community-maintained fork of Microsoft.Extensions.CommandLineUtils, plus many enhancements.