Skip to main content

parse_cli_args_from_with_default_settings

Function parse_cli_args_from_with_default_settings 

Source
pub fn parse_cli_args_from_with_default_settings<I, S>(
    args: I,
    default_settings: impl Into<String>,
) -> Result<CliArgs, String>
where I: IntoIterator<Item = S>, S: Into<String>,