unable to see whats happening here with lack of debug but this seems to resolve the failing doc test

This commit is contained in:
Andrew Nicoll 2020-12-09 11:48:33 +00:00
parent 2144cc5ad4
commit a27ce0e881

View File

@ -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")),