You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
Was following the getting_started guide
but got the following error
(
cargo crev v
,cargo crev verify
,cargo crev crate verify
all work)RUST_BACKTRACE=1
Done, see above...cargo\bin
The text was updated successfully, but these errors were encountered: