Enum ArgumentType
Represent the argument format
public enum ArgumentType
Fields
Double = 2
Represents an argument whose value is the next command-line argument
KeyValue = 1
It is a key-value pair
Single = 0
It is a single value
Represent the argument format
public enum ArgumentType
Double = 2
Represents an argument whose value is the next command-line argument
KeyValue = 1
It is a key-value pair
Single = 0
It is a single value