MultiCommandConsole 2.0.45

dotnet add package MultiCommandConsole --version 2.0.45                
NuGet\Install-Package MultiCommandConsole -Version 2.0.45                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MultiCommandConsole" Version="2.0.45" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MultiCommandConsole --version 2.0.45                
#r "nuget: MultiCommandConsole, 2.0.45"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.45 37 4/10/2015
2.0.44 33 3/20/2015
2.0.43 17 3/20/2015
2.0.42 18 3/20/2015
2.0.41 22 3/20/2015
2.0.38 151 11/22/2014
2.0.37 50 11/22/2014
2.0.36 52 10/7/2014
2.0.34 38 10/5/2014
2.0.33 81 10/3/2014
2.0.31 37 10/2/2014
2.0.30 35 10/2/2014
2.0.27 36 10/2/2014
2.0.25 35 10/2/2014
2.0.23 37 10/2/2014
2.0.18 125 8/11/2014
2.0.17 38 8/11/2014
2.0.16 42 8/11/2014
2.0.10 65 5/14/2014
2.0.9 258 4/29/2014
2.0.8 60 4/25/2014
2.0.7 45 4/25/2014
2.0.5 49 4/25/2014
1.0.5219.24472 49 4/16/2014
1.0.5219.21825 51 4/16/2014
1.0.5219.21155 50 4/16/2014
1.0.5219.20242 52 4/16/2014
1.0.5219.18672 51 4/16/2014
1.0.5204.38299 54 4/2/2014
1.0.5204.38123 51 4/2/2014
1.0.5204.36590 51 4/2/2014
1.0.5203.36344 52 4/1/2014
1.0.5203.22805 50 3/31/2014
1.0.5142.28908 80 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