diff --git a/server/cmd/multica/help.go b/server/cmd/multica/help.go index 63190edf..d6b12a62 100644 --- a/server/cmd/multica/help.go +++ b/server/cmd/multica/help.go @@ -35,6 +35,7 @@ func exactArgs(n int) cobra.PositionalArgs { } } + // initHelp configures the root command to use gh-style help output. func initHelp(root *cobra.Command) { root.SetHelpTemplate(rootHelpTemplate)