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

Custom completion handle multiple shorhand flags together #1258

Merged
merged 1 commit into from May 3, 2021

Commits on Feb 18, 2021

  1. Custom completion handle multiple shorhand flags together

    Flag definitions like `-asd` are not handled correctly by
    the custom completion logic. They should be treated as
    multiple flags. For details refer to spf13#1257.
    
    Fixes spf13#1257
    
    Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
    Luap99 committed Feb 18, 2021
    Copy the full SHA
    32a703e View commit details
    Browse the repository at this point in the history