MultiCommandConsole 2.0.42

There is a newer version of this package available.
See the version list below for details.
dotnet add package MultiCommandConsole --version 2.0.42
NuGet\Install-Package MultiCommandConsole -Version 2.0.42
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.42" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MultiCommandConsole --version 2.0.42
#r "nuget: MultiCommandConsole, 2.0.42"
#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.42

// Install MultiCommandConsole as a Cake Tool
#tool nuget:?package=MultiCommandConsole&version=2.0.42

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.

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,680 4/10/2015
2.0.44 1,240 3/20/2015
2.0.43 1,174 3/20/2015
2.0.42 1,180 3/20/2015
2.0.41 1,183 3/20/2015
2.0.38 1,799 11/22/2014
2.0.37 1,367 11/22/2014
2.0.36 1,293 10/7/2014
2.0.34 1,236 10/5/2014
2.0.33 1,386 10/3/2014
2.0.31 1,212 10/2/2014
2.0.30 1,265 10/2/2014
2.0.27 1,269 10/2/2014
2.0.25 1,273 10/2/2014
2.0.23 1,275 10/2/2014
2.0.18 1,455 8/11/2014
2.0.17 1,280 8/11/2014
2.0.16 1,290 8/11/2014
2.0.10 1,345 5/14/2014
2.0.9 1,603 4/29/2014
2.0.8 1,389 4/25/2014
2.0.7 1,264 4/25/2014
2.0.5 1,312 4/25/2014
1.0.5219.24472 1,363 4/16/2014
1.0.5219.21825 1,484 4/16/2014
1.0.5219.21155 1,463 4/16/2014
1.0.5219.20242 1,417 4/16/2014
1.0.5219.18672 1,443 4/16/2014
1.0.5204.38299 1,342 4/2/2014
1.0.5204.38123 1,351 4/2/2014
1.0.5204.36590 1,330 4/2/2014
1.0.5203.36344 1,330 4/1/2014
1.0.5203.22805 1,331 3/31/2014
1.0.5142.28908 1,271 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