ObscureWare.Console.Commands
0.3.21.37413
See the version list below for details.
dotnet add package ObscureWare.Console.Commands --version 0.3.21.37413
NuGet\Install-Package ObscureWare.Console.Commands -Version 0.3.21.37413
<PackageReference Include="ObscureWare.Console.Commands" Version="0.3.21.37413" />
paket add ObscureWare.Console.Commands --version 0.3.21.37413
#r "nuget: ObscureWare.Console.Commands, 0.3.21.37413"
// Install ObscureWare.Console.Commands as a Cake Addin #addin nuget:?package=ObscureWare.Console.Commands&version=0.3.21.37413 // Install ObscureWare.Console.Commands as a Cake Tool #tool nuget:?package=ObscureWare.Console.Commands&version=0.3.21.37413
This library is robust, flexible console command engine that cooperates with our Console.Core coloring engine. It supports various types of syntax and provides separation of models, commands and console output, which is good for proper unit testing.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- ObscureWare.Console.Operations (>= 0.3.2.35728)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.25.36276 | 1,308 | 1/11/2017 |
0.3.24.17691 | 1,086 | 1/11/2017 |
0.3.23.2774 | 1,051 | 1/8/2017 |
0.3.21.37413 | 1,036 | 1/5/2017 |
0.3.21.29890 | 1,251 | 1/5/2017 |
0.3.20.29084 | 1,115 | 1/5/2017 |
0.3.15.27395 | 1,096 | 1/5/2017 |
0.3.13.514 | 1,066 | 1/4/2017 |
0.3.12.23473 | 1,096 | 1/4/2017 |
0.3.11.16778 | 1,092 | 1/4/2017 |
0.3.10.42734 | 1,089 | 1/3/2017 |
0.3.8.27494 | 1,073 | 1/3/2017 |
0.3.7.26290 | 1,096 | 1/3/2017 |
0.3.6.23109 | 1,136 | 1/3/2017 |
0.3.5.1220 | 1,070 | 1/1/2017 |
0.3.4.40671 | 1,124 | 1/1/2017 |
0.3.3.41457 | 1,081 | 12/30/2016 |
0.3.3.23545 | 1,079 | 12/27/2016 |
0.3.2.1879 | 1,040 | 12/27/2016 |
0.3.1.40072 | 1,096 | 12/26/2016 |
0.3.0 | 1,183 | 12/23/2016 |
Version BETA.
SingleManagedLineManager now rejects special characters (ASCI < 32). I've been thinking about validating model text (including help as well, but this would be just waste of time - both mine and in the runtime. If programmer is so stupid let he receive stupid results :-/