Skip to content

Commit

Permalink
Update flags.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anatoli Babenia <[email protected]>
  • Loading branch information
BlackHole1 and abitrolly authored Jul 16, 2024
1 parent 090b964 commit 0be947b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/v3/examples/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ 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 `Command.UseShortOptionHandling`.
<!-- {
"args": ["&#45;&#45;foo", "&#45;&#45;foo"],
"output": "count 2"
"args": ["&#45;&#45;foo", "&#45;&#45;foo", "&#45;fff"],
"output": "count 5"
} -->
```go
package main
Expand Down

0 comments on commit 0be947b

Please sign in to comment.