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

Support __completeNoDesc hidden command #1922

Merged
merged 1 commit into from Nov 27, 2020

Commits on Nov 27, 2020

  1. Support __completeNoDesc hidden command

    The __completeNoDesc command is used by bash to request completion
    without any descriptions.  It must be properly supported for
    cobra.Command.ValidArgsFunction to work with bash completion.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
    marckhouzam committed Nov 27, 2020
    Copy the full SHA
    5f7a098 View commit details
    Browse the repository at this point in the history