diff --git a/cli/command/cli.go b/cli/command/cli.go index 6750ce1c0c..0306f242d3 100644 --- a/cli/command/cli.go +++ b/cli/command/cli.go @@ -48,9 +48,7 @@ type Streams interface { // Cli represents the docker command line client. type Cli interface { Client() client.APIClient - Out() *streams.Out - Err() io.Writer - In() *streams.In + Streams SetIn(in *streams.In) Apply(ops ...DockerCliOption) error ConfigFile() *configfile.ConfigFile