MaSch.Console.Cli
0.3.0
See the version list below for details.
dotnet add package MaSch.Console.Cli --version 0.3.0
NuGet\Install-Package MaSch.Console.Cli -Version 0.3.0
<PackageReference Include="MaSch.Console.Cli" Version="0.3.0" />
paket add MaSch.Console.Cli --version 0.3.0
#r "nuget: MaSch.Console.Cli, 0.3.0"
// Install MaSch.Console.Cli as a Cake Addin #addin nuget:?package=MaSch.Console.Cli&version=0.3.0 // Install MaSch.Console.Cli as a Cake Tool #tool nuget:?package=MaSch.Console.Cli&version=0.3.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 |
- Created new Attributes "CliMetadata" and "CliParserOptions" to have more control over a specific CliCommand.
- Moved properties "DisplayName", "Version", "Author" and "Year" from CliCommandAttribute to CliMetadataAttribute.
- Added ability to change name of command that is displayed in the usage on the help page.
- Added ability to change parser options on a command basis using the CliParserOptionsAttribute.
- Removed property "Executable" from CliCommandAttribute. This information is not detected automatically.
- Fixed some issues with the help and version commands and options.
- Added indicator to usage on help page to show when a CliValue accepts multiple values.
- Options are not shown in the usage anymore when all options are hidden.