AurelienRibon.Ui.Terminal
1.2.2
See the version list below for details.
dotnet add package AurelienRibon.Ui.Terminal --version 1.2.2
NuGet\Install-Package AurelienRibon.Ui.Terminal -Version 1.2.2
<PackageReference Include="AurelienRibon.Ui.Terminal" Version="1.2.2" />
paket add AurelienRibon.Ui.Terminal --version 1.2.2
#r "nuget: AurelienRibon.Ui.Terminal, 1.2.2"
// Install AurelienRibon.Ui.Terminal as a Cake Addin #addin nuget:?package=AurelienRibon.Ui.Terminal&version=1.2.2 // Install AurelienRibon.Ui.Terminal as a Cake Tool #tool nuget:?package=AurelienRibon.Ui.Terminal&version=1.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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net 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 is compatible. net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
.NETPlatform | dotnet is compatible. |
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.
Bug fixes and performance improvements