1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-05-12 16:27:22 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Marc Khouzam
b312f0a8ef
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>
2021-02-15 10:47:01 -07:00
Renamed from custom_completions_test.go (Browse further)