Never show version if HideVersion=true

This commit is contained in:
Radek Simko
2016-03-11 16:25:30 +00:00
parent a7936f1d21
commit d21170f0e3
3 changed files with 19 additions and 3 deletions

View File

@@ -16,10 +16,10 @@ var AppHelpTemplate = `NAME:
USAGE:
{{if .UsageText}}{{.UsageText}}{{else}}{{.HelpName}} {{if .Flags}}[global options]{{end}}{{if .Commands}} command [command options]{{end}} {{if .ArgsUsage}}{{.ArgsUsage}}{{else}}[arguments...]{{end}}{{end}}
{{if .Version}}
{{if .Version}}{{if not .HideVersion}}
VERSION:
{{.Version}}
{{end}}{{if len .Authors}}
{{end}}{{end}}{{if len .Authors}}
AUTHOR(S):
{{range .Authors}}{{ . }}{{end}}
{{end}}{{if .Commands}}