Info
Version: | 2.1.1 |
Author(s): | Sébastien Hocquet |
Last Update: | Wednesday, February 20, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://ipamo.net/wheel |
NuGet Url: | https://www.nuget.org/packages/Wheel.Commands |
Install
Install-Package Wheel.Commands
dotnet add package Wheel.Commands
paket add Wheel.Commands
Wheel.Commands Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
- Wheel(>= 2.1.2)
- Wheel(>= 2.1.2)
- System.ComponentModel.Annotations(>= 4.4.0)
- Wheel(>= 2.1.2)
- System.ComponentModel.Annotations(>= 4.4.0)
Tags
and .NET classic framework (including the obsolete .NET framework 2.0). Definition of commands, parsing of command-line arguments, execution of commands.
Commands can be defined using a Startup class (similarly to ASP.NET Core) and/or using a builder interface (inspired by the discontinued Microsoft.Extensions.CommandLineUtils project) and/or using reflection (Command and CommandOption attributes).