Skip to content

rtk errors when commands have -- #287

@fnando

Description

@fnando
$ cargo test -- --nocapture
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s


$ rtk cargo test -- --nocapture

error: unexpected argument '--nocapture' found
  tip: a similar argument exists: '--features'
  tip: to pass '--nocapture' as a value, use '-- --nocapture'
Usage: cargo test --features <FEATURES> [TESTNAME] [-- [ARGS]...]
For more information, try '--help'.

This is related to #286, which doesn't actually pass through unrecognized commands, like stated in the generated instructions file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2-importantDevrait être fixé bientôtbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions