hide completion command
This commit is contained in:
parent
c401262cd1
commit
8249488f25
@ -8,6 +8,7 @@ import (
|
||||
)
|
||||
|
||||
var completionCmd = &cobra.Command{
|
||||
Hidden: true,
|
||||
Use: "completion [bash|zsh|fish|powershell]",
|
||||
Short: "Generate completion script",
|
||||
Long: fmt.Sprintf(`To load completions:
|
||||
|
Loading…
Reference in New Issue
Block a user