Expand description
CLI handler for ralph undo command.
Responsibilities:
- Handle
ralph undoto restore the most recent snapshot. - Handle
ralph undo --listto show available snapshots. - Handle
ralph undo --dry-runto preview restores. - Handle
ralph undo --id <id>to restore a specific snapshot.
Not handled here:
- Core undo logic (see
crate::undo). - Queue lock management (delegated to queue module).
Structs§
Functions§
- handle
- Handle the
ralph undocommand.