mirror of https://github.com/docker/cli.git
Merge pull request #3972 from thaJeztah/embed_streams
cli/command: embed "Streams" interface in "Cli"
This commit is contained in:
commit
daf99dd308
|
@ -48,9 +48,7 @@ type Streams interface {
|
||||||
// Cli represents the docker command line client.
|
// Cli represents the docker command line client.
|
||||||
type Cli interface {
|
type Cli interface {
|
||||||
Client() client.APIClient
|
Client() client.APIClient
|
||||||
Out() *streams.Out
|
Streams
|
||||||
Err() io.Writer
|
|
||||||
In() *streams.In
|
|
||||||
SetIn(in *streams.In)
|
SetIn(in *streams.In)
|
||||||
Apply(ops ...DockerCliOption) error
|
Apply(ops ...DockerCliOption) error
|
||||||
ConfigFile() *configfile.ConfigFile
|
ConfigFile() *configfile.ConfigFile
|
||||||
|
|
Loading…
Reference in New Issue