abstract fun getRawValueForArgument(arg: Argument): String
Gets the raw value of the given argument. Raw values are the values as given in the user command line.
arg - the argument
arg
Return the value, null if none.
null