fix: Fixup runnable example input arguments

This command has no name, so drop the `test-cmd` in `args`.
This commit is contained in:
Travis Lane 2021-01-24 20:54:48 -05:00
parent 2e9dc401bb
commit 1f380b0733
No known key found for this signature in database
GPG Key ID: 608336C7F2978993
2 changed files with 2 additions and 2 deletions

View File

@ -612,7 +612,7 @@ given sources.
Here is a more complete sample of a command using YAML support:
<!-- {
"args": ["test-cmd", "&#45;&#45;help"],
"args": ["&#45;&#45;help"],
"output": "&#45&#45;test value.*default: 0"
} -->
``` go

View File

@ -627,7 +627,7 @@ given sources.
Here is a more complete sample of a command using YAML support:
<!-- {
"args": ["test-cmd", "&#45;&#45;help"],
"args": ["&#45;&#45;help"],
"output": "&#45&#45;test value.*default: 0"
} -->
``` go