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

Tutorial command abbreviation error 'c v' for 'crate verify' #483

Open
eugenesvk opened this issue Jul 24, 2022 · 4 comments
Open

Tutorial command abbreviation error 'c v' for 'crate verify' #483

eugenesvk opened this issue Jul 24, 2022 · 4 comments

Comments

@eugenesvk
Copy link

Was following the getting_started guide

Note: You can abbreviate most cargo-crev subcommands. For example: cargo crev c v.

but got the following error

> $RUST_BACKTRACE=1; cargo crev c v
error: The subcommand 'c' wasn't recognized

USAGE:
        cargo crev help <subcommands>...

For more information try --help

(cargo crev v, cargo crev verify, cargo crev crate verify all work)

  • If a command is failing try running it with RUST_BACKTRACE=1 Done, see above
  • Paste the exact command and error and/or outputs (along with the backtrace) see above
  • Please let us know:
    • cargo-crev 0.23.2
    • installed by downloading this binary from your release page and moved it to ...cargo\bin
    • Windows 10
@dpc
Copy link
Collaborator

dpc commented Jul 25, 2022

Thanks! I did a quick edit to fix it.

@dpc dpc closed this as completed Jul 25, 2022
@eugenesvk
Copy link
Author

By the way, the cargo crev help <subcommands>... suggestion also doesn't seem to work, I get a similar error: The subcommand 'help' wasn't recognized, you actually need to pass --help

@dpc
Copy link
Collaborator

dpc commented Jul 25, 2022

Where's that suggestion exactly?

@eugenesvk
Copy link
Author

it's in the console output in the original issue, copied below:
I understand USAGE: as a suggestion on how to use a command

> $RUST_BACKTRACE=1; cargo crev c v
error: The subcommand 'c' wasn't recognized

USAGE:
        cargo crev help <subcommands>...

For more information try --help

@dpc dpc reopened this Jul 25, 2022
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