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: 3.1.1
C#
public enum UsageHelpRequest

Members

Full0 Full usage help is shown, including the argument descriptions.
SyntaxOnly1 Only the usage syntax is shown; the argument descriptions are not. In addition, the WriteMoreInfoMessage message is shown.
None2 No usage help is shown. Instead, the WriteMoreInfoMessage message is shown.

See Also