Simple C# terminal & commands parser tool.
CommandParsonaut allows you to easily set up your own terminal and define custom commands. The library handles command matching, parameter parsing, and other essential functionalities, making it easier to create interactive and user-friendly command-line applications.
CommandParsonaut requires minimal setup. Simply add the library via the NuGet package manager:
dotnet add package CommandParsonaut --version 2.0.0
For more details, visit the NuGet package page https://www.nuget.org/packages/CommandParsonaut
To get started, refer to the Example project in the repository. It provides a comprehensive guide on how to use the library effectively in your projects.
To see the history of the versions, check the link https://www.nuget.org/packages/CommandParsonaut/2.0.0#releasenotes-body-tab.