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: dearchap <dear.chap@gmail.com>
  • Loading branch information
BlackHole1 and dearchap authored Aug 12, 2024
1 parent 43eafe1 commit 376a256
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 @@ -107,7 +107,7 @@ For bool flags you can specify the flag multiple times to get a count(e.g -v -v
> If you want to support the `-vvv` flag, you need to set `App.UseShortOptionHandling`.
<!-- {
"args": ["&#45;&#45;foo", "&#45;&#45;foo", "&#45;fff", "&#45;f"],
"args": ["&#45;&#45;f", "&#45;&#45;f", "&#45;fff", "&#45;f"],
"output": "count 6"
} -->
```go
Expand Down

0 comments on commit 376a256

Please sign in to comment.