forked from LaconicNetwork/kompose
Merge pull request #800 from cdrage/fix-help-putput
Fixes output of help template
This commit is contained in:
commit
31765588ae
@ -169,7 +169,7 @@ Additional help topics:{{range .Commands}}{{if .IsHelpCommand}}
|
||||
Use "{{.CommandPath}} [command] --help" for more information about a command.{{end}}
|
||||
`
|
||||
// Set the help template + add the command to root
|
||||
convertCmd.SetHelpTemplate(customHelp)
|
||||
convertCmd.SetUsageTemplate(customHelp)
|
||||
|
||||
RootCmd.AddCommand(convertCmd)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user