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

fix(completion): don't show positional args choices with option choices #2148

Merged
merged 2 commits into from Mar 23, 2022

Commits on Mar 21, 2022

  1. fix(completion): don't show positional args choices with option choices

    Previously, when both positional arguments and options has choices, during autocompletion we displayed both at the same time.
    alan-agius4 committed Mar 21, 2022
    Copy the full SHA
    b4c4bf6 View commit details
    Browse the repository at this point in the history
  2. fix(completions): escape colon in completion choices

    This is similar to the code in `completeOptionKey`
    alan-agius4 committed Mar 21, 2022
    Copy the full SHA
    904772c View commit details
    Browse the repository at this point in the history