clementine_core::cli

Function get_cli_config_from_args

Source
fn get_cli_config_from_args<I, T>(
    itr: I,
) -> Result<(BridgeConfig, Args), BridgeError>
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Expand description

Wrapped function for tests