Skip to content

Commit

Permalink
Merge pull request #1757 from dearchap/fix_tests
Browse files Browse the repository at this point in the history
Fix: fix v2 broken tests
  • Loading branch information
dearchap committed Jun 13, 2023
2 parents 25fcea0 + a08df37 commit d988ccc
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 d988ccc

Please sign in to comment.