瀏覽代碼

no need to override output as we bypass Fprint on quiet mode

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof 4 年之前
父節點
當前提交
54b0cb9671
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      cli/cmd/compose/convert.go

+ 0 - 1
cli/cmd/compose/convert.go

@@ -55,7 +55,6 @@ func convertCommand(p *projectOptions) *cobra.Command {
 				}
 				os.Stdout = devnull
 			}
-			opts.Output = os.DevNull
 			return runConvert(cmd.Context(), opts, args)
 		},
 	}