Table of Contents

Class HelpOptionMetadata

Namespace
McMaster.Extensions.CommandLineUtils.SourceGeneration
Assembly
McMaster.Extensions.CommandLineUtils.dll

Metadata for the [HelpOption] attribute.

public sealed class HelpOptionMetadata
Inheritance
object
HelpOptionMetadata

Properties

Description

The description.

public string? Description { get; init; }

Property Value

string

Inherited

Whether this option is inherited by subcommands.

public bool Inherited { get; init; }

Property Value

bool

Template

The option template.

public string? Template { get; init; }

Property Value

string