Table of Contents

CustomHelpAction Class

Definition

Namespace
DotMake.CommandLine.Help
Assembly
DotMake.CommandLine.dll

Provides command line help.

public sealed class CustomHelpAction : SynchronousCommandLineAction
Inheritance
CustomHelpAction

Properties

Builder

Specifies an Builder to be used to format help output when help is requested.

ClearsParseErrors

Indicates that the action clears any parse errors associated with symbols other than one that owns the CommandLineAction.

MaxWidth

The maximum width in characters after which help output is wrapped.

Methods

Invoke(ParseResult)

Performs an action when the associated symbol is invoked on the command line.