Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eval-exec opened this issue Dec 26, 2023 · 1 comment
Open

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

eval-exec opened this issue Dec 26, 2023 · 1 comment

Comments

@eval-exec
Copy link

$ 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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants