Class HelpOptionMetadata
- Assembly
- McMaster.Extensions.CommandLineUtils.dll
Metadata for the [HelpOption] attribute.
public sealed class HelpOptionMetadata
- Inheritance
-
objectHelpOptionMetadata
Properties
Description
The description.
public string? Description { get; init; }
Property Value
Inherited
Whether this option is inherited by subcommands.
public bool Inherited { get; init; }
Property Value
Template
The option template.
public string? Template { get; init; }