main
Tom Limoncelli 5 years ago
parent 9faa4e4097
commit caa97b585e

@ -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",

Loading…
Cancel
Save