UsageHelpRequest Enumeration

Indicates if and how usage is shown if an error occurred parsing the command line.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public enum UsageHelpRequest

Members

SyntaxOnly0 Only the usage syntax is shown; the argument descriptions are not. In addition, the UsageWriterWriteMoreInfoMessage message is shown.
Full1 Full usage help is shown, including the argument descriptions.
None2 No usage help is shown. Instead, the UsageWriterWriteMoreInfoMessage message is shown.

See Also