You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cargo sweep -r -t 30 -i
error: The argument '--time <days>' cannot be used with one or more of the other specified arguments
USAGE:
cargo-sweep sweep -r <--stamp|--file|--time <days>|--installed|--toolchains <toolchains>|--maxsize <maxsize>>
For more information try --help
It would be great if deleting on both conditions in one pass is allowed instead of having to do two passes.
The text was updated successfully, but these errors were encountered:
Conditions act as filters, I wonder what's the most intuitive behavior, between && and || for chaining filters.
In other words, should a project pass on every or any condition/filter?
Because cargo-sweep deletes files and this is irreversible, I imagine taking the most conservative path leads to the least frustration, that is, the every alternative, ANDing instead of ORing.
It would be great if deleting on both conditions in one pass is allowed instead of having to do two passes.
The text was updated successfully, but these errors were encountered: