Info
Version: | 1.7.3 |
Author(s): | theouteredge |
Last Update: | Thursday, September 29, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/theouteredge/cmdR |
NuGet Url: | https://www.nuget.org/packages/cmdR |
Install
Install-Package cmdR
dotnet add package cmdR
paket add cmdR
cmdR Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This helps introduce a separation between your apps logic and the code to drive the input-parse-execute loop.
CmdR works as a simple input-parse-execute loop where the user enters a command (input) which cmdR will parse and route (parse) to an Action for execution (execute) once the Action has completed cmdR will wait for the user to enter another command and repeat the process.