We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 613ab8b + 74973ad commit daf99ddCopy full SHA for daf99dd
cli/command/cli.go
@@ -48,9 +48,7 @@ type Streams interface {
48
// Cli represents the docker command line client.
49
type Cli interface {
50
Client() client.APIClient
51
- Out() *streams.Out
52
- Err() io.Writer
53
- In() *streams.In
+ Streams
54
SetIn(in *streams.In)
55
Apply(ops ...DockerCliOption) error
56
ConfigFile() *configfile.ConfigFile
0 commit comments