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 5ef7c35 commit 4043075Copy full SHA for 4043075
cmd/root.go
@@ -52,7 +52,7 @@ func init() {
52
conf.Token.Bind(f).Viper()
53
conf.JSONOutput.Bind(f).Viper()
54
conf.Verbose.Bind(f).Viper()
55
- conf.Daemon.Bind(f)
+ conf.Daemon.Bind(f).Viper()
56
Root.SetVersionTemplate("{{.Version}}\n")
57
58
cobra.OnInitialize(initConfig)
0 commit comments