cargo-cache icon indicating copy to clipboard operation
cargo-cache copied to clipboard

`-o`/`--remove-if-older-than` broken/wrongly triggers `-r`/`--remove-dir`

Open virtualritz opened this issue 1 year ago • 0 comments

❯ cargo cache --version                        
cargo-cache 0.8.3
❯ cargo cache -o 2024.04.01
error: The following required arguments were not provided:
    --remove-dir <dir1,dir2,dir3>
❯ cargo cache --remove-if-older-than 2024.04.01
error: The following required arguments were not provided:
    --remove-dir <dir1,dir2,dir3>

virtualritz avatar Jun 06 '24 11:06 virtualritz