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(install): command completion with single match #4023

Merged
merged 1 commit into from Nov 10, 2021

Commits on Nov 10, 2021

  1. fix(install): command completion with single match

    During a refactoring of the tests a bug was found in the install command
    completion that would return nothing if there was a valid match, this
    fixes that bug and also makes the tests actually test things.
    
    PR-URL: #4023
    Credit: @wraithgar
    Close: #4023
    Reviewed-by: @lukekarrys
    wraithgar committed Nov 10, 2021
    Copy the full SHA
    b789491 View commit details
    Browse the repository at this point in the history