We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d0e45 commit 9023dabCopy full SHA for 9023dab
cmd/cloudflared/cliutil/handler.go
@@ -47,7 +47,7 @@ func applyConfig(c *cli.Context, inputSource altsrc.InputSourceContext) error {
47
targetFlags := context.Command.Flags
48
if context.Command.Name == "" {
49
// commands that define child subcommands are executed as if they were an app
50
- targetFlags = c.App.Flags
+ targetFlags = context.App.Flags
51
}
52
if err := altsrc.ApplyInputSourceValues(context, inputSource, targetFlags); err != nil {
53
return err
0 commit comments