MultiCommandConsole 1.0.5219.24472

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

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

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,708 4/10/2015
2.0.44 1,250 3/20/2015
2.0.43 1,182 3/20/2015
2.0.42 1,188 3/20/2015
2.0.41 1,191 3/20/2015
2.0.38 1,807 11/22/2014
2.0.37 1,370 11/22/2014
2.0.36 1,297 10/7/2014
2.0.34 1,238 10/5/2014
2.0.33 1,389 10/3/2014
2.0.31 1,215 10/2/2014
2.0.30 1,268 10/2/2014
2.0.27 1,272 10/2/2014
2.0.25 1,276 10/2/2014
2.0.23 1,278 10/2/2014
2.0.18 1,466 8/11/2014
2.0.17 1,283 8/11/2014
2.0.16 1,293 8/11/2014
2.0.10 1,350 5/14/2014
2.0.9 1,611 4/29/2014
2.0.8 1,393 4/25/2014
2.0.7 1,268 4/25/2014
2.0.5 1,318 4/25/2014
1.0.5219.24472 1,371 4/16/2014
1.0.5219.21825 1,492 4/16/2014
1.0.5219.21155 1,470 4/16/2014
1.0.5219.20242 1,424 4/16/2014
1.0.5219.18672 1,450 4/16/2014
1.0.5204.38299 1,349 4/2/2014
1.0.5204.38123 1,361 4/2/2014
1.0.5204.36590 1,337 4/2/2014
1.0.5203.36344 1,337 4/1/2014
1.0.5203.22805 1,338 3/31/2014
1.0.5142.28908 1,278 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