mirror of https://github.com/docker/compose.git
Changed root level debug shorthand to capital D, make it consistent with Moby flag and not clash with —detach future option
This commit is contained in:
parent
45750fe104
commit
dbaab41604
|
@ -120,7 +120,7 @@ func main() {
|
||||||
helpFunc(cmd, args)
|
helpFunc(cmd, args)
|
||||||
})
|
})
|
||||||
|
|
||||||
root.PersistentFlags().BoolVarP(&opts.Debug, "debug", "d", false, "enable debug output in the logs")
|
root.PersistentFlags().BoolVarP(&opts.Debug, "debug", "D", false, "enable debug output in the logs")
|
||||||
opts.AddConfigFlags(root.PersistentFlags())
|
opts.AddConfigFlags(root.PersistentFlags())
|
||||||
opts.AddContextFlags(root.PersistentFlags())
|
opts.AddContextFlags(root.PersistentFlags())
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue