Edit

Share via


HelpAction Class

Definition

Provides command line help.

public ref class HelpAction sealed : System::CommandLine::Invocation::SynchronousCommandLineAction
public sealed class HelpAction : System.CommandLine.Invocation.SynchronousCommandLineAction
type HelpAction = class
    inherit SynchronousCommandLineAction
Public NotInheritable Class HelpAction
Inherits SynchronousCommandLineAction
Inheritance

Constructors

HelpAction()

Properties

ClearsParseErrors
MaxWidth

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

Terminating

Indicates that the action terminates a command line invocation, and later actions are skipped.

(Inherited from CommandLineAction)

Methods

Invoke(ParseResult)

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

Applies to