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

Add shell completion for shorthand commands #9951

Merged
merged 1 commit into from
Oct 1, 2021

Commits on Oct 1, 2021

  1. Add shell completion for shorthand commands

    Currently `cargo` has shell completion for most (if not all) builtin
    commands such as `build`, `run`, `check` etc.
    However, it doesn't have shell completion for the short forms of these
    commands, such as `b`, `r`, `c` etc.
    
    This commit adds both bash and zsh completions for command shorthands.
    
    Fixes rust-lang#9086.
    relrelb committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    6a61ca5 View commit details
    Browse the repository at this point in the history