fix tests

This commit is contained in:
Martin Lees
2019-12-16 15:16:41 +01:00
parent 07a35024e7
commit 539d14a1e1
3 changed files with 0 additions and 15 deletions

View File

@@ -1401,8 +1401,6 @@ func main() {
&cli.StringFlag{Name: "dance-move", Aliases: []string{"d"}},
&cli.StringSliceFlag{Name: "names", Aliases: []string{"N"}},
&cli.UintFlag{Name: "age"},
&cli.TimestampFlag{Name: "meeting", Layout: "2006-01-02T15:04:05"},
&cli.TimestampFlag{Name: "birthday", Layout: "2006-01-02"},
&cli.Uint64Flag{Name: "bigage"},
},
EnableBashCompletion: true,