Add the list of the currently implemented extra tags to the `replace_extra_tags` documentation.

This commit is contained in:
Pedro de Oliveira 2023-05-08 02:05:45 +01:00
parent 49b3c950d2
commit 4cbee55ce5
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,11 @@ fn get_file_list(path: &str, wildcard: &str) -> Vec<String> {
/// 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.