Function cli_core::get_options

source ·
pub fn get_options<'a, T>(usage: &str) -> Result<T>where
    T: Deserialize<'a> + Options,