AurelienRibon.Ui.Terminal 1.2.2.2

dotnet add package AurelienRibon.Ui.Terminal --version 1.2.2.2
NuGet\Install-Package AurelienRibon.Ui.Terminal -Version 1.2.2.2
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="AurelienRibon.Ui.Terminal" Version="1.2.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AurelienRibon.Ui.Terminal --version 1.2.2.2
#r "nuget: AurelienRibon.Ui.Terminal, 1.2.2.2"
#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 AurelienRibon.Ui.Terminal as a Cake Addin
#addin nuget:?package=AurelienRibon.Ui.Terminal&version=1.2.2.2

// Install AurelienRibon.Ui.Terminal as a Cake Tool
#tool nuget:?package=AurelienRibon.Ui.Terminal&version=1.2.2.2

Users can only write after the prompt.
Built-in command completion by pressing TAB key, just register your commands.
Pressing Enter key validates the input.
Everything is event-based, so you can interface it easily without changing the code.
Command and arguments are parsed. Arguments can be simple words (anything but a whitespace character) or quoted arguments in order to include spaces.
NEW: Abort request event is raised when the user enters CTRL+C

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  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.

This package has no dependencies.

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
1.2.2.2 1,340 11/20/2017
1.2.2.1 928 11/20/2017
1.2.2 916 11/15/2017

Bug fixes and performance improvements