Sharpify.CommandLineInterface
1.1.0
There is a newer version of this package available.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CHANGELOG
Version 1.1.0
Changes to CliBuilder
DoNotIncludeMetadataInHelpText
was removed, instead it will not be included by default.ModifyMetadata
was renamed toWithMetadata
and if used, will modify the defaultCliMetadata
and include it in the help text.- Added
WithCustomHeader(string)
as an alternative to usingCliRunnerMetadata
, 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 toignoreCase
, to make it more user friendly and still adhere to parameter placement guidelines, more overloads were added.
Product | Versions 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.
-
net8.0
- Sharpify (>= 1.7.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.