From 1b12c867c53af4fc1ad5851666b1ec056be00e33 Mon Sep 17 00:00:00 2001 From: keitosuwahara Date: Sun, 27 Jul 2025 01:53:13 +0900 Subject: [PATCH] add Streams Comment Signed-off-by: keitosuwahara --- pkg/api/io.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/api/io.go b/pkg/api/io.go index cb83ac18d..6aa77eaf2 100644 --- a/pkg/api/io.go +++ b/pkg/api/io.go @@ -20,6 +20,7 @@ import ( "github.com/docker/cli/cli/streams" ) +// Streams defines the standard streams (stdin, stdout, stderr) used by the CLI. type Streams interface { Out() *streams.Out Err() *streams.Out