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

Added aliases to subcommand typo suggestions. #7486

Merged
merged 2 commits into from
Nov 11, 2019

Commits on Oct 5, 2019

  1. Added aliases to subcommand typo suggestions.

    Fixes rust-lang#7278.
    
    Also adds tests for alias suggestions.
    zachlute committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    ff3e880 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Replaced config.get_table() with a more succinct config.get<BTreeMap>…

    …() when listing aliases.
    zachlute committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    0f157f5 View commit details
    Browse the repository at this point in the history