Expand description
Implementation of the delete sub-command.
Supports two modes:
delete <JOB_ID>: remove one explicit job directory (non-running only).delete --all [--dry-run]: remove all terminal jobs whose persistedmeta.json.cwdmatches the caller’s current working directory.
--dry-run may be combined with either mode to report actions without
removing any directories.
Structs§
- Delete
Opts - Options for the
deletesub-command.
Functions§
- execute
- Execute
delete: dispatch to single-job or bulk mode.