Expand description
Undo subcommand for reversing previous rename operations.
This module handles the fren undo command which can check undo status
or apply undo operations to reverse previous renames.
Functions§
- handle_
undo_ apply - Handles the undo –apply subcommand - actually performs the undo operation.
- handle_
undo_ check - Handles the undo –check subcommand - checks what can be safely undone.