Expand description
Cleanup command CLI arguments.
Responsibilities:
- Define CLI arguments for the
ralph cleanupcommand.
Not handled here:
- Actual cleanup logic (see
crate::commands::cleanup).
Invariants/assumptions:
- Arguments are validated by Clap before being passed to the handler.
Structs§
- Cleanup
Args - Arguments for
ralph cleanup.
Functions§
- handle_
cleanup - Handle the cleanup command.