nextest-rs / nextest

A next-generation test runner for Rust.
https://nexte.st
Apache License 2.0
2.11k stars 92 forks source link

`cargo nextest --version`'s output seems wrong? #1189

Open eval-exec opened 8 months ago

eval-exec commented 8 months ago
$ cargo nextest --version
cargo-nextest-nextest 0.9.66
$ ~/.cargo/bin/cargo-nextest --version
cargo-nextest 0.9.66

The output of cargo nextest --version is cargo-nextest-nextest 0.9.66, I think this is not right?

sunshowers commented 8 months ago

This is an artifact of how cargo-nextest is invoked: via a cargo-nextest binary that has a nextest subcommand. I guess it's worth fixing.