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
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?