Skip to content

Commit

Permalink
fix: hide completion cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Feb 2, 2021
1 parent 64412c1 commit 6fe8d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cmd/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Fish:
`,
SilenceUsage: true,
DisableFlagsInUseLine: true,
Hidden: true,
ValidArgs: []string{"bash", "zsh", "fish"},
Args: cobra.ExactValidArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 6fe8d6e

Please sign in to comment.