Merge branch 'master' into takes-file

This commit is contained in:
Sascha Grunert
2019-08-09 13:48:36 +02:00
committed by GitHub

View File

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