Skip to content

Commit

Permalink
Add args
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Sep 6, 2022
1 parent 9a22ec0 commit c22edee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/v2/examples/flags.md
Expand Up @@ -104,7 +104,8 @@ See full list of flags at https://pkg.go.dev/github.com/urfave/cli/v2
For bool flags you can specify the flag multiple times to get a count(e.g -v -v -v or -vvv)

<!-- {
"output": "count 0"
"args": "--foo --foo",
"output": "count 2"
} -->
```go
package main
Expand Down

0 comments on commit c22edee

Please sign in to comment.