abstract fun getRawValueForOption(option: Option): String
Gets the raw value of the given option. Raw values are the values as given in the user command line.
option - the option
option
Return the value, null if none.
null