MaSch.Console.Cli 0.2.0

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MaSch.Console.Cli" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MaSch.Console.Cli --version 0.2.0
#r "nuget: MaSch.Console.Cli, 0.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 323 2/11/2023
0.4.5 358 11/26/2022
0.4.4 496 1/29/2022
0.4.3 320 12/19/2021
0.4.2 303 12/19/2021
0.4.1 328 9/23/2021
0.4.0 380 7/7/2021
0.3.2 417 6/29/2021
0.3.1 308 6/24/2021
0.3.0 336 6/24/2021
0.2.0 359 6/16/2021
0.1.5 334 6/14/2021
0.1.4 332 6/14/2021
0.1.3 335 6/13/2021
0.1.2 324 6/13/2021
0.1.1 313 6/13/2021
0.1.0 311 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.