pub fn parse_option(
    opt: &str,
    config: &mut dyn Configurable,
    loc: Location
) -> Result<(), ParseOptionError>
Expand description

Parse an single command line options and apply it to config.