mirror of https://github.com/docker/compose.git
ansi=auto|never|always
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
1bca8d5c01
commit
d3e49fe360
|
@ -315,7 +315,7 @@ func RootCommand(streams command.Cli, backend api.Service) *cobra.Command { //no
|
|||
switch ansi {
|
||||
case "never":
|
||||
progress.Mode = progress.ModePlain
|
||||
case "tty":
|
||||
case "always":
|
||||
progress.Mode = progress.ModeTTY
|
||||
}
|
||||
if opts.WorkDir != "" {
|
||||
|
|
Loading…
Reference in New Issue