Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Add select support for '-x'-less cargo commands #297

Merged
merged 2 commits into from
Jan 4, 2024

Conversation

passcod
Copy link
Member

@passcod passcod commented Jan 4, 2024

Enables:

$ cargo watch clippy --clippy --args

instead of having to use -x 'clippy --clippy --args' or specify -- cargo clippy --clippy --args.

Supported commands: bench, build, check, clippy, test only.

@passcod passcod merged commit 8fe960f into 8.x Jan 4, 2024
12 checks passed
@passcod passcod deleted the add-special-support-for-x-less-cargo-commands branch January 4, 2024 06:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant