We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cpuid --version
raw-cpuid 10.2
Is this expected? Or is it intended to print cpuid 10.2?
cpuid 10.2
The text was updated successfully, but these errors were encountered:
I think printing just cpuid would be nicer since that's the name of the binary, yea.
cpuid
Sorry, something went wrong.
Thanks for the feedback!
Maybe it will be the case by default with clap v5 (see clap-rs/clap#5738), otherwise the workaround is to explicitly set the name:
clap
rust-cpuid/src/bin/cpuid.rs
Line 31 in 3d8618f
would become:
#[clap(name = "cpuid", version = "10.2", author = "Gerd Zellweger <[email protected]>")]
No branches or pull requests
Is this expected? Or is it intended to print
cpuid 10.2
?The text was updated successfully, but these errors were encountered: