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 rm --helpRemove dependencies from a Cargo.toml manifest fileUsage: … …SECTION: <---- Should be "Title case" …
$ cargo add --helpAdd dependencies to a Cargo.toml manifest fileUsage: … …SOURCE: <---- Should be "Title case" …SECTION: <---- Should be "Title case" …
Possible Solution(s)
Search next_help_heading and update arguments accordingly to Title case.
Activity
fix: Update help headings to match clap
Auto merge of #11239 - epage:add, r=weihanglo