You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emu [options] rename [< targets >...]
Arguments:
One more glob patterns for files to process. E.g. '**/*.mp3'
Options:
-n, --dry-run Do a "dry run" by simulating any change that writes data
--copy-to Create copies of the original files and move them to this directory
--flatten Flattens files so all files in folders are moved up to the target directory
--new-offset Changes the UTC offset of the datestamp. Use this to change the datestamp to your another timezone. Note: does not change the instant the timestamp occurs at.
--offset Adds a UTC offset to the datestamp. Only affects local datestamps without an offset. Use this convert a local date to a global date.
-v, --verbose Log verbosely - equivalent to log level debug
-vv, --very-verbose Log very verbosely - equivalent to log level trace
-l, --log-level <Crit|Debug|Error|Info|None|Trace|Warn> Set the log level [default: Info]
-F, --format <Compact|CSV|Default|JSON|JSONL> Which format to ouput results in. [default: Default]
-?, -h, --help Show help and usage information
However, if I ask:
emu.exe --dry-run rename "***.flac"
I get an error message:
Unrecognized command or argument '--dry-run'
The order on usage output should be:
emu [< targets >...] rename [options]
The text was updated successfully, but these errors were encountered:
When running the command:
the usage output is:
However, if I ask:
I get an error message:
The order on usage output should be:
The text was updated successfully, but these errors were encountered: