Open
Description
cargo clippy --workspace -- -D warnings -D clippy::unwrap_used
will produced like:
error: unexpected argument '-' found
Usage: cargo.exe check [OPTIONS]
cargo test -- --nocapture
will produced like:
error: unexpected argument '--nocapture' found
tip: a similar argument exists: '--features'
tip: to pass '--nocapture' as a value, use '-- --nocapture'
Usage: cargo.exe test --features <FEATURES> <TESTNAME> [-- [ARGS]...]
For more information, try '--help'.
I must do the work like ^cargo test -- --nocapture
, How can I fix this?
Metadata
Metadata
Assignees
Labels
No labels