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(error): Show possible values when none are supplied #3394

Merged
merged 1 commit into from
Feb 2, 2022

Commits on Feb 2, 2022

  1. feat(error): Show possible values when none are supplied

    This is inspired by cargo which allows you to run `cargo test --test`
    and it will list the possible tests (obviously we can't support that atm
    because that requires a lot of runtime processing).  When we do have a
    static list of possible values, we can at least show those.
    
    Fixes clap-rs#3320
    epage committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    9d482d0 View commit details
    Browse the repository at this point in the history