We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4fc55 commit 1b12c86Copy full SHA for 1b12c86
pkg/api/io.go
@@ -20,6 +20,7 @@ import (
20
"github.com/docker/cli/cli/streams"
21
)
22
23
+// Streams defines the standard streams (stdin, stdout, stderr) used by the CLI.
24
type Streams interface {
25
Out() *streams.Out
26
Err() *streams.Out
0 commit comments