CommandLineParserHelpArgument Property

Gets the automatic help argument or an argument with the same name, if there is one.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public CommandLineArgument? HelpArgument { get; }

Property Value

CommandLineArgument
A CommandLineArgument instance, or if there is no argument using the name of the automatic help argument.

See Also