MaSch.Console.Cli
0.2.0
See the version list below for details.
dotnet add package MaSch.Console.Cli --version 0.2.0
NuGet\Install-Package MaSch.Console.Cli -Version 0.2.0
<PackageReference Include="MaSch.Console.Cli" Version="0.2.0" />
paket add MaSch.Console.Cli --version 0.2.0
#r "nuget: MaSch.Console.Cli, 0.2.0"
// Install MaSch.Console.Cli as a Cake Addin #addin nuget:?package=MaSch.Console.Cli&version=0.2.0 // Install MaSch.Console.Cli as a Cake Tool #tool nuget:?package=MaSch.Console.Cli&version=0.2.0
Contains supporting code for console CLI applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- MaSch.Console (>= 0.2.4)
- MaSch.Core (>= 0.2.6)
-
net5.0
- MaSch.Console (>= 0.2.4)
- MaSch.Core (>= 0.2.6)
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 |
---|---|---|
0.4.6 | 418 | 2/11/2023 |
0.4.5 | 387 | 11/26/2022 |
0.4.4 | 524 | 1/29/2022 |
0.4.3 | 345 | 12/19/2021 |
0.4.2 | 327 | 12/19/2021 |
0.4.1 | 352 | 9/23/2021 |
0.4.0 | 408 | 7/7/2021 |
0.3.2 | 445 | 6/29/2021 |
0.3.1 | 334 | 6/24/2021 |
0.3.0 | 362 | 6/24/2021 |
0.2.0 | 385 | 6/16/2021 |
0.1.5 | 364 | 6/14/2021 |
0.1.4 | 357 | 6/14/2021 |
0.1.3 | 363 | 6/13/2021 |
0.1.2 | 351 | 6/13/2021 |
0.1.1 | 337 | 6/13/2021 |
0.1.0 | 336 | 6/13/2021 |
- Fix DefaultCommand behavior in CliCommandInfoCollection.
- Improve detection of code attributes (now allows to set them on interfaces).
- Added ability to order commands and options by overwriting the ClieHelpPage.
- Improved method overloads in CliApplicationBuilder and CliAsyncApplicationBuilder.
- If an unknown command is provided for the help command, an error is now displayed.
- Added empty line after help, error and version page to be better readable.
- Fixed command information for help and version page when information is provided by parent.
- Make visible that required option exists in command usage on help page.
- Added ability to set command factory, argument parser and help page using the application builders.
- Fix issue with "--" for option values.