In returns the reader used for stdin
()
| 119 | |
| 120 | // In returns the reader used for stdin |
| 121 | func (cli *DockerCli) In() *streams.In { |
| 122 | return cli.in |
| 123 | } |
| 124 | |
| 125 | // ShowHelp shows the command help. |
| 126 | func ShowHelp(err io.Writer) func(*cobra.Command, []string) error { |
no outgoing calls