diff --git a/cmd/completion.go b/cmd/completion.go index b34c61f..4561833 100644 --- a/cmd/completion.go +++ b/cmd/completion.go @@ -61,7 +61,3 @@ PowerShell: } }, } - -func init() { - rootCmd.AddCommand(completionCmd) -}