open fun <T : Any> getOptionValue(name: String): T
Gets the value of an option with the matching name (can be the long name, short name or arg name).
name - the name
name
Return the value, null if not set
null