fix: Fixup runnable example input arguments
This command has no name, so drop the `test-cmd` in `args`.
This commit is contained in:
parent
2e9dc401bb
commit
1f380b0733
@ -612,7 +612,7 @@ given sources.
|
||||
Here is a more complete sample of a command using YAML support:
|
||||
|
||||
<!-- {
|
||||
"args": ["test-cmd", "--help"],
|
||||
"args": ["--help"],
|
||||
"output": "--test value.*default: 0"
|
||||
} -->
|
||||
``` go
|
||||
|
@ -627,7 +627,7 @@ given sources.
|
||||
Here is a more complete sample of a command using YAML support:
|
||||
|
||||
<!-- {
|
||||
"args": ["test-cmd", "--help"],
|
||||
"args": ["--help"],
|
||||
"output": "--test value.*default: 0"
|
||||
} -->
|
||||
``` go
|
||||
|
Loading…
Reference in New Issue
Block a user