We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 524adae + 9d26ab2 commit d55bb8eCopy full SHA for d55bb8e
1 file changed
man/generate.go
@@ -25,7 +25,7 @@ func generateManPages(opts *options) error {
25
}
26
27
stdin, stdout, stderr := term.StdStreams()
28
- dockerCli := command.NewDockerCli(stdin, stdout, stderr)
+ dockerCli := command.NewDockerCli(stdin, stdout, stderr, false)
29
cmd := &cobra.Command{Use: "docker"}
30
commands.AddCommands(cmd, dockerCli)
31
source := filepath.Join(opts.source, descriptionSourcePath)
0 commit comments