pub fn optional_flag_value( args: &[OsString], index: usize, inline_value: Option<&str>, command: &str, ) -> Result<(Option<String>, usize), String>