Represents a single argument received via command-line options.
CommandOption()
Default constructor.
object? OptionArgument
The actual argument passed to the application.
CommandOption(int optChar, object? optArg=null)
Object constructor - instantiates a new instance of this class.
int OptChar
The option character that was received.
ArgumentType
Enumeration containing the argument types possible for getopt.