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

Remove unused `Date` variable from `cliTemplate`
main
Ajitem Sahasrabuddhe 5 years ago committed by GitHub
commit 7058c58eb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save