Skip to main content

Module cleanup

Module cleanup 

Source
Expand description

Cleanup command CLI arguments.

Responsibilities:

  • Define CLI arguments for the ralph cleanup command.

Not handled here:

  • Actual cleanup logic (see crate::commands::cleanup).

Invariants/assumptions:

  • Arguments are validated by Clap before being passed to the handler.

Structs§

CleanupArgs
Arguments for ralph cleanup.

Functions§

handle_cleanup
Handle the cleanup command.