Skip to content

Commit

Permalink
Fix: fix v2 broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Jun 13, 2023
1 parent 25fcea0 commit a08df37
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 @@ -239,7 +239,7 @@ Using a slice flag allows you to pass multiple values for a single flag; the val
- `StringSliceFlag`

<!-- {
"args": ["&#45;&#45;greeting Hello", "&#45;&#45;greeting Hola"],
"args": ["&#45;&#45;greeting", "Hello", "&#45;&#45;greeting", "Hola"],
"output": "Hello, Hola"
} -->
```go
Expand Down

0 comments on commit a08df37

Please sign in to comment.