MultiCommandConsole 2.0.45
dotnet add package MultiCommandConsole --version 2.0.45
NuGet\Install-Package MultiCommandConsole -Version 2.0.45
<PackageReference Include="MultiCommandConsole" Version="2.0.45" />
paket add MultiCommandConsole --version 2.0.45
#r "nuget: MultiCommandConsole, 2.0.45"
// Install MultiCommandConsole as a Cake Addin #addin nuget:?package=MultiCommandConsole&version=2.0.45 // Install MultiCommandConsole as a Cake Tool #tool nuget:?package=MultiCommandConsole&version=2.0.45
Framework for creating console apps with multiple commands
IoC Registration:
register all types where
- type.IsAssignableTo<IConsoleCommand>()
- type.HasCustomAttribute<ArgSetAttribute>()
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. 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. |
-
- Common.Logging (>= 3.0.0)
- ObjectPrinter (>= 2.0.29)
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 |
---|---|---|
2.0.45 | 1,736 | 4/10/2015 |
2.0.44 | 1,274 | 3/20/2015 |
2.0.43 | 1,204 | 3/20/2015 |
2.0.42 | 1,212 | 3/20/2015 |
2.0.41 | 1,214 | 3/20/2015 |
2.0.38 | 1,829 | 11/22/2014 |
2.0.37 | 1,395 | 11/22/2014 |
2.0.36 | 1,317 | 10/7/2014 |
2.0.34 | 1,259 | 10/5/2014 |
2.0.33 | 1,411 | 10/3/2014 |
2.0.31 | 1,239 | 10/2/2014 |
2.0.30 | 1,289 | 10/2/2014 |
2.0.27 | 1,295 | 10/2/2014 |
2.0.25 | 1,299 | 10/2/2014 |
2.0.23 | 1,302 | 10/2/2014 |
2.0.18 | 1,490 | 8/11/2014 |
2.0.17 | 1,305 | 8/11/2014 |
2.0.16 | 1,316 | 8/11/2014 |
2.0.10 | 1,373 | 5/14/2014 |
2.0.9 | 1,633 | 4/29/2014 |
2.0.8 | 1,415 | 4/25/2014 |
2.0.7 | 1,290 | 4/25/2014 |
2.0.5 | 1,341 | 4/25/2014 |
1.0.5219.24472 | 1,394 | 4/16/2014 |
1.0.5219.21825 | 1,513 | 4/16/2014 |
1.0.5219.21155 | 1,491 | 4/16/2014 |
1.0.5219.20242 | 1,444 | 4/16/2014 |
1.0.5219.18672 | 1,474 | 4/16/2014 |
1.0.5204.38299 | 1,373 | 4/2/2014 |
1.0.5204.38123 | 1,385 | 4/2/2014 |
1.0.5204.36590 | 1,361 | 4/2/2014 |
1.0.5203.36344 | 1,370 | 4/1/2014 |
1.0.5203.22805 | 1,361 | 3/31/2014 |
1.0.5142.28908 | 1,300 | 1/30/2014 |
Initial release.
- This has been in a production system for nearly 2 years and has made composing our console apps with multiple commands and shared options a breeze.
- Uses NDesk and Mono for interfacing with the command line. We have some oddities with history and escape keys with the Mono code, but it's never been painful enough for us address... but almost.
- Accepting Pull Requests