We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3938d8 + c325ca2 commit e1f7403Copy full SHA for e1f7403
1 file changed
deisctl.go
@@ -22,7 +22,6 @@ func exit(err error, code int) {
22
}
23
24
func setGlobalFlags(args map[string]interface{}) {
25
- client.Flags.Debug = args["--debug"].(bool)
26
client.Flags.Version = args["--version"].(bool)
27
client.Flags.Endpoint = args["--endpoint"].(string)
28
client.Flags.EtcdKeyPrefix = args["--etcd-key-prefix"].(string)
0 commit comments