Commit 382e2b42 authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

Merge pull request #2239 from technosophos/fix/2238-duplicate-commands

fix(helm): remove duplicate commands
parents 2e51f03f 1a79c28f
...@@ -139,12 +139,10 @@ func newRootCmd(out io.Writer) *cobra.Command { ...@@ -139,12 +139,10 @@ func newRootCmd(out io.Writer) *cobra.Command {
addFlagsTLS(newReleaseTestCmd(nil, out)), addFlagsTLS(newReleaseTestCmd(nil, out)),
addFlagsTLS(newResetCmd(nil, out)), addFlagsTLS(newResetCmd(nil, out)),
addFlagsTLS(newVersionCmd(nil, out)), addFlagsTLS(newVersionCmd(nil, out)),
newCompletionCmd(out), newCompletionCmd(out),
newHomeCmd(out), newHomeCmd(out),
newInitCmd(out), newInitCmd(out),
newResetCmd(nil, out),
newVersionCmd(nil, out),
newReleaseTestCmd(nil, out),
newPluginCmd(out), newPluginCmd(out),
// Hidden documentation generator command: 'helm docs' // Hidden documentation generator command: 'helm docs'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment