From 1a79c28f45f64967be118d0d684008dd7e493835 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Fri, 7 Apr 2017 14:30:09 -0600 Subject: [PATCH] fix(helm): remove duplicate commands Closes #2238 --- cmd/helm/helm.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go index 4eee67957..5c30a238d 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -139,12 +139,10 @@ func newRootCmd(out io.Writer) *cobra.Command { addFlagsTLS(newReleaseTestCmd(nil, out)), addFlagsTLS(newResetCmd(nil, out)), addFlagsTLS(newVersionCmd(nil, out)), + newCompletionCmd(out), newHomeCmd(out), newInitCmd(out), - newResetCmd(nil, out), - newVersionCmd(nil, out), - newReleaseTestCmd(nil, out), newPluginCmd(out), // Hidden documentation generator command: 'helm docs'