Skip to content

Commit

Permalink
Merge pull request #1226 from Coderlane/doc_command
Browse files Browse the repository at this point in the history
fix: Fixup runnable example input arguments
  • Loading branch information
coilysiren committed Jan 25, 2021
2 parents 2e9dc40 + 1f380b0 commit 8fb96e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/v1/manual.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/v2/manual.md
Expand Up @@ -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
Expand Down

0 comments on commit 8fb96e6

Please sign in to comment.