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

Have Cobra create 'completion' command automatically #1192

Merged
merged 1 commit into from Feb 15, 2021

Commits on Feb 14, 2021

  1. Create 'completion' command automatically

    Make it easier for programs to provide shell completion by creating
    the 'completion' command automatically.
    
    If a 'completion' command is already provided by the program, Cobra
    will use that one instead.
    
    Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
    marckhouzam committed Feb 14, 2021
    Copy the full SHA
    668edc9 View commit details
    Browse the repository at this point in the history