hide completion command

This commit is contained in:
abs3nt 2023-01-13 22:56:49 -08:00
parent c401262cd1
commit 8249488f25
1 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,9 @@ import (
)
var completionCmd = &cobra.Command{
Use: "completion [bash|zsh|fish|powershell]",
Short: "Generate completion script",
Hidden: true,
Use: "completion [bash|zsh|fish|powershell]",
Short: "Generate completion script",
Long: fmt.Sprintf(`To load completions:
Bash: