Sharpify.CommandLineInterface 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Sharpify.CommandLineInterface --version 1.1.0
NuGet\Install-Package Sharpify.CommandLineInterface -Version 1.1.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="Sharpify.CommandLineInterface" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sharpify.CommandLineInterface --version 1.1.0
#r "nuget: Sharpify.CommandLineInterface, 1.1.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 Sharpify.CommandLineInterface as a Cake Addin
#addin nuget:?package=Sharpify.CommandLineInterface&version=1.1.0

// Install Sharpify.CommandLineInterface as a Cake Tool
#tool nuget:?package=Sharpify.CommandLineInterface&version=1.1.0

CHANGELOG

Version 1.1.0

Changes to CliBuilder

  • DoNotIncludeMetadataInHelpText was removed, instead it will not be included by default. ModifyMetadata was renamed to WithMetadata and if used, will modify the default CliMetadata and include it in the help text.
  • Added WithCustomHeader(string) as an alternative to using CliRunnerMetadata, there will be no exception when both are used, but in that case, CliRunnerMetadata has priority and will be the only one displayed.
  • Added SortCommandsAlphabetically, which if specified will sort the commands alphabetically by name in the general help text, other than the help text, it has virtually no affect. Not specifying this, gives you control over the order, it will be exactly in the order that you added the commands and order of existing collection (if you added any commands via a collection).

Changes to Arguments

  • Overloads of TryGetValue<TEnum> were modified to add an option to ignoreCase, to make it more user friendly and still adhere to parameter placement guidelines, more overloads were added.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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
1.2.0 97 3/13/2024
1.1.0 91 1/25/2024
1.0.5 88 1/22/2024
1.0.4 82 1/20/2024
1.0.3 76 1/20/2024
1.0.1 95 1/15/2024
1.0.0 84 1/15/2024