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'