List of alternative names for this parameter
Parses a string value into a value of type T. This method is called after the parameter name has been matched and the value extracted.
Serializes a value to a command-line argument with the parameter's primary alias.
Serializes a value of type T to a string representation (without the parameter name prefix).
Attempts to parse a command-line argument if it matches one of this parameter's aliases. Checks if the argument starts with "-alias=" for any of the aliases.