chore(cmd): remove init function for completion command

This removes the redundant init() that adds the completion command to rootCmd, likely handled elsewhere in the codebase.
This commit is contained in:
Greg Gauthier 2026-03-01 12:25:52 +00:00
parent e355142c05
commit d9ebe20ae4

View File

@ -61,7 +61,3 @@ PowerShell:
}
},
}
func init() {
rootCmd.AddCommand(completionCmd)
}