Info
| Version: | 1.2.2.2 |
| Author(s): | Aurelien Ribon |
| Last Update: | Monday, November 20, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://wpfterminal.codeplex.com/ |
| NuGet Url: | https://www.nuget.org/packages/AurelienRibon.Ui.Terminal |
Install
Install-Package AurelienRibon.Ui.Terminal
dotnet add package AurelienRibon.Ui.Terminal
paket add AurelienRibon.Ui.Terminal
AurelienRibon.Ui.Terminal Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.