The console command handler was an idea i had to help me build more intuative console apps I have done this buy build and extendable console handler that will listen for and execute commands supplied in groups to the handler using my academic style project ObjectForest you can nest levels of command groups.
Info
Version: | 1.0.0 |
Author(s): | Sam Blundell |
Last Update: | Friday, November 1, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Console.CommandHandler.Primitives |
Install
Install-Package Console.CommandHandler.Primitives
dotnet add package Console.CommandHandler.Primitives
paket add Console.CommandHandler.Primitives
Console.CommandHandler.Primitives Download (Unzip the "nupkg" after downloading)
Dependencies
- Console.CommandHandler.Abstractions(>= 1.0.0)
Tags