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

feat: Support '-F' as an alias for '--features' #10576

Merged
merged 2 commits into from
Apr 19, 2022
Merged

Commits on Apr 18, 2022

  1. feat: Support '-F' as an alias for '--features'

    This decision was part of rust-lang#10472
    
    -  It looks like all commands except `cargo-add` are using the prelude to
      define `--features`, so this should hit them all.
    - I've updated completions to the best of my knowledge.
    - It appears we don't need to update man pages or other documentation.
    - I'm assuming we don't add tests for every sort flag but rely on clap
      to have coverage to ensure it works.
    epage committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    8ca2b06 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. doc: Include -F in option lists

    The manual change is to `src/doc/man/includes/section-features.md`, the
    rest is code-generated.
    epage committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    f728045 View commit details
    Browse the repository at this point in the history