8000 Merge pull request #1757 from dearchap/fix_tests · urfave/cli@d988ccc · GitHub
[go: up one dir, main page]

Skip to content

Commit d988ccc

Browse files
authored
Merge pull request #1757 from dearchap/fix_tests
Fix: fix v2 broken tests
2 parents 25fcea0 + a08df37 commit d988ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v2/examples/flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Using a slice flag allows you to pass multiple values for a single flag; the val
239239
- `StringSliceFlag`
240240

241241
<!-- {
242-
"args": ["&#45;&#45;greeting Hello", "&#45;&#45;greeting Hola"],
242+
"args": ["&#45;&#45;greeting", "Hello", "&#45;&#45;greeting", "Hola"],
243243
"output": "Hello, Hola"
244244
} -->
245245
```go

0 commit comments

Comments
 (0)
0