Skip to content

Commit

Permalink
Merge pull request #571 from AlexVulaj/clean-up-completion
Browse files Browse the repository at this point in the history
Remove completion command
  • Loading branch information
openshift-merge-bot[bot] authored May 21, 2024
2 parents 5d2fb1b + d058aa8 commit 673966e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
1 change: 0 additions & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ func NewCmdRoot(streams genericclioptions.IOStreams) *cobra.Command {
rootCmd.AddCommand(alerts.NewCmdAlerts())
rootCmd.AddCommand(cluster.NewCmdCluster(streams, kubeClient, globalOpts))
rootCmd.AddCommand(hive.NewCmdHive(streams, kubeClient))
rootCmd.AddCommand(newCmdCompletion())
rootCmd.AddCommand(env.NewCmdEnv())
rootCmd.AddCommand(jumphost.NewCmdJumphost())
rootCmd.AddCommand(mc.NewCmdMC())
Expand Down
62 changes: 0 additions & 62 deletions cmd/completion.go

This file was deleted.

0 comments on commit 673966e

Please sign in to comment.