Info
| Version: | 10.2.0 |
| Author(s): | Arda Cetinkaya |
| Last Update: | Sunday, February 8, 2026 |
| .NET Fiddle: | Create the first Fiddle |
| NuGet Url: | https://www.nuget.org/packages/Blzr.Components.CommandLine |
Install
Install-Package Blzr.Components.CommandLine
dotnet add package Blzr.Components.CommandLine
paket add Blzr.Components.CommandLine
Blzr.Components.CommandLine Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Define and execute custom commands with options, arguments, and help text — all from a browser-based console UI.
Features:
- Create sync and async custom commands
- Streaming output support — command output is displayed in real-time as it is produced
- Built-in help system — usage info, command descriptions, and options are shown automatically
- Long-running command support with progress tracking
- Built on System.CommandLine 2.0.1
Example scenarios:
- Clear response cache
- Export log files
- Change run-time settings
- Monitor application resources
- Stream real-time data to the console.