pub fn create_new_config<P: AsRef<Path> + Debug>( config_file: Option<P>, ) -> Result<PathBuf>
Creates a new configuration file at specified path, or default path if None is passed. Fails if file already exists.