cmdR 1.7.0
See the version list below for details.
dotnet add package cmdR --version 1.7.0
NuGet\Install-Package cmdR -Version 1.7.0
<PackageReference Include="cmdR" Version="1.7.0" />
paket add cmdR --version 1.7.0
#r "nuget: cmdR, 1.7.0"
// Install cmdR as a Cake Addin #addin nuget:?package=cmdR&version=1.7.0 // Install cmdR as a Cake Tool #tool nuget:?package=cmdR&version=1.7.0
CmdR is a simple command routing framework for console applications, giving you a simple way of routing commands to an Action which will perform your apps logic. 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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.