Enum CommandOptionType
Defines the kinds of inputs CommandOption accepts.
Namespace: McMaster.Extensions.CommandLineUtils
Assembly: McMaster.Extensions.CommandLineUtils.dll
Syntax
public enum CommandOptionType
Fields
Name | Description |
---|---|
MultipleValue | The option can be specified multiple times. |
NoValue | The option can only be specified once, and does not have a value. |
SingleValue | The option can only be specified once. |