UsageHelpRequest Enumeration
Indicates if and how usage is shown if an error occurred parsing the command line.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
public enum UsageHelpRequest
Public Enumeration UsageHelpRequest
Dim instance As UsageHelpRequest
public enum class UsageHelpRequest
Full | 0 |
Full usage help is shown, including the argument descriptions.
|
SyntaxOnly | 1 |
Only the usage syntax is shown; the argument descriptions are not. In addition, the
WriteMoreInfoMessage message is shown.
|
None | 2 |
No usage help is shown. Instead, the WriteMoreInfoMessage
message is shown.
|