From 686bdd777ab27a285e5406d3d3e458344af5fa43 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 cb83ac18df1..6aa77eaf2ca 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