Model your command line application interface in a class.
Info
Version: | 7.0.4 |
Author(s): | Bilal Fazlani, Drew Burlingame |
Last Update: | Monday, April 29, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/bilal-fazlani/CommandDotNet |
NuGet Url: | https://www.nuget.org/packages/CommandDotNet |
Install
Install-Package CommandDotNet
dotnet add package CommandDotNet
paket add CommandDotNet
CommandDotNet Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Bcl.AsyncInterfaces(>= 1.1.0)
- Microsoft.CSharp(>= 4.7.0)
- System.Reflection(>= 4.3.0)
- System.Reflection.Extensions(>= 4.3.0)
- System.Reflection.Primitives(>= 4.3.0)
Tags