diff --git a/src/main.rs b/src/main.rs index aa385ff..8073ade 100644 --- a/src/main.rs +++ b/src/main.rs @@ -69,6 +69,11 @@ fn get_file_list(path: &str, wildcard: &str) -> Vec { /// Replaces extra tags in the `new file_name` with corresponding values from the `original_file_name`. /// +/// Extra tags: +/// * {full_name} - file name with extension +/// * {name} - file name without extension +/// * {ext} - extension +/// /// # Arguments /// /// * `original_file_name` - The original name of the file.