Merge pull request #847 from saschagrunert/remove-date-var

Remove unused `Date` variable from `cliTemplate`
This commit is contained in:
Ajitem Sahasrabuddhe
2019-08-09 17:16:13 +05:30
committed by GitHub

View File

@@ -34,7 +34,6 @@ func (a *App) ToMan() (string, error) {
type cliTemplate struct {
App *App
Date string
Commands []string
GlobalArgs []string
SynopsisArgs []string