tiger_lib

Function validate_config_file

Source
pub fn validate_config_file(config: Option<PathBuf>) -> Option<PathBuf>
Expand description

Check if config file that was passed in with –conf argument is valid. If it is not valid let the user know, set it to None, and use the default one instead.