From 1f380b0733a39bd3166dfe6e2564c54312163bf7 Mon Sep 17 00:00:00 2001 From: Travis Lane Date: Sun, 24 Jan 2021 20:54:48 -0500 Subject: [PATCH] fix: Fixup runnable example input arguments This command has no name, so drop the `test-cmd` in `args`. --- docs/v1/manual.md | 2 +- docs/v2/manual.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v1/manual.md b/docs/v1/manual.md index 05ea37032e..dd22bdbdc7 100644 --- a/docs/v1/manual.md +++ b/docs/v1/manual.md @@ -612,7 +612,7 @@ given sources. Here is a more complete sample of a command using YAML support: ``` go diff --git a/docs/v2/manual.md b/docs/v2/manual.md index 94febaf2f8..2243c6d86e 100644 --- a/docs/v2/manual.md +++ b/docs/v2/manual.md @@ -627,7 +627,7 @@ given sources. Here is a more complete sample of a command using YAML support: ``` go