File tree Expand file tree Collapse file tree 3 files changed +108
-649
lines changed Expand file tree Collapse file tree 3 files changed +108
-649
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ import (
26
26
"strings"
27
27
"syscall"
28
28
29
+ "github.com/docker/cli/cli/command"
30
+
29
31
"github.com/compose-spec/compose-go/cli"
30
32
"github.com/compose-spec/compose-go/types"
31
33
composegoutils "github.com/compose-spec/compose-go/utils"
@@ -243,7 +245,7 @@ func RunningAsStandalone() bool {
243
245
}
244
246
245
247
// RootCommand returns the compose command with its child commands
246
- func RootCommand (streams api. Streams , backend api.Service ) * cobra.Command { //nolint:gocyclo
248
+ func RootCommand (streams command. Cli , backend api.Service ) * cobra.Command { //nolint:gocyclo
247
249
// filter out useless commandConn.CloseWrite warning message that can occur
248
250
// when using a remote context that is unreachable: "commandConn.CloseWrite: commandconn: failed to wait: signal: killed"
249
251
// https://github.com/docker/cli/blob/e1f24d3c93df6752d3c27c8d61d18260f141310c/cli/connhelper/commandconn/commandconn.go#L203-L215
You can’t perform that action at this time.
0 commit comments