Skip to main content

get_options_str

Function get_options_str 

Source
pub fn get_options_str(opts: &mut [Opt<'_>], args: &[&str]) -> Result<(), Error>
Expand description

Parse options from a slice of &str.

Mostly used if you pass arguments via &’static str.