Add the list of the currently implemented extra tags to the `replace_extra_tags` documentation.
This commit is contained in:
parent
49b3c950d2
commit
4cbee55ce5
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue