pub fn parse_option( opt: &str, config: &mut dyn Configurable, loc: Location, ) -> Result<(), ParseOptionError>
Parse an single command line options and apply it to config.
config