This commit is contained in:
Naveen Gogineni
2022-09-05 14:28:33 -04:00
committed by Dan Buch
parent cbd62ef958
commit 3adf8fa48d

View File

@@ -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