The documentation states that I can configure (cargo) clippy lints with the example being bacon clippy -- -W clippy::pedantic.
When running that, I instead get:
error: unexpected argument '-W' found
Usage: cargo check [OPTIONS]
For more information, try '--help'.
bacon clippy works as expected and definitely runs clippy rather than check.
Bacon Version
% bacon --version
bacon 3.16.0
System information
OS: macOS Sequoia 15.4.1
Shell: zsh 5.9 (arm64-apple-darwin24.0)
The documentation states that I can configure (cargo) clippy lints with the example being
bacon clippy -- -W clippy::pedantic.When running that, I instead get:
bacon clippyworks as expected and definitely runsclippyrather thancheck.Bacon Version
System information
OS: macOS Sequoia 15.4.1
Shell: zsh 5.9 (arm64-apple-darwin24.0)