Merge pull request #1067 from tsubasaxZZZ/patch-3

Added & before cli flag
main
Robert Liebowitz 5 years ago committed by GitHub
commit cc46cf9c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -668,7 +668,7 @@ func main() {
app := cli.NewApp() app := cli.NewApp()
app.Flags = []cli.Flag { app.Flags = []cli.Flag {
cli.StringFlag{ &cli.StringFlag{
Name: "lang", Name: "lang",
Value: "english", Value: "english",
Usage: "language for the greeting", Usage: "language for the greeting",

Loading…
Cancel
Save