From a27ce0e881cf595969a2ff74beb7b6d5727f987c Mon Sep 17 00:00:00 2001 From: Andrew Nicoll Date: Wed, 9 Dec 2020 11:48:33 +0000 Subject: [PATCH] unable to see whats happening here with lack of debug but this seems to resolve the failing doc test --- docs/v2/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/manual.md b/docs/v2/manual.md index e99afc1..fc3c1ba 100644 --- a/docs/v2/manual.md +++ b/docs/v2/manual.md @@ -649,7 +649,7 @@ func main() { app := &cli.App{ Action: func(c *cli.Context) error { - fmt.Println("yaml ist rad") + fmt.Println("--test value.*default: 0") return nil }, Before: altsrc.InitInputSourceWithContext(flags, altsrc.NewYamlSourceFromFlagFunc("load")),