Remove unused Date variable from cliTemplate

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
Sascha Grunert 2019-08-08 14:04:21 +02:00
parent 946f918365
commit 0d79d1d9d9
No known key found for this signature in database
GPG Key ID: 8CE029DD1A866E52

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