Skip to content

Commit

Permalink
Update docs/v2/examples/flags.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Buch <dan@meatballhat.com>
  • Loading branch information
dearchap and meatballhat committed Sep 6, 2022
1 parent c22edee commit 5db4e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v2/examples/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ 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)

<!-- {
"args": "--foo --foo",
"args": ["&#45;&#45;foo", "&#45;&#45;foo"],
"output": "count 2"
} -->
```go
Expand Down

0 comments on commit 5db4e80

Please sign in to comment.