This commit is contained in:
Tom Limoncelli 2020-03-29 11:29:34 -04:00
parent 9faa4e4097
commit caa97b585e

View File

@ -1475,16 +1475,14 @@ Shell command to find them all: `fgrep -rl github.com/urfave/cli *`
Change `Name: "foo, f` to "Name: "foo", Aliases: []string{"f"}`
OLD:
* OLD:
```
cli.StringFlag{
Name: "config, cfg"
}
```
NEW:
* NEW:
```
cli.StringFlag{
Name: "config",