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
$ cargo generate-lockfile --help
cargo-generate-lockfile
Generate the lockfile for a project
[... snip ...]
If the lockfile is not available, then this is the equivalent of
`cargo generate-lockfile`. A lockfile is generated and dependencies are also
all updated.
I suppose this is technically true, but not super useful 🙄 😇
The text was updated successfully, but these errors were encountered:
Drop after_help in generate-lockfile
From reviewing the history this looks like a copy-paste error while
porting to clap (#5152): this is
fetch's after_help info
Fixes#5692
I suppose this is technically true, but not super useful 🙄 😇
The text was updated successfully, but these errors were encountered: