get_default_config

Function get_default_config 

Source
pub fn get_default_config(
    matches: &ArgMatches<'_>,
    tool_name: &'static str,
    app_config: Vec<ConfigItem>,
) -> Result<Config, String>