2
0
Эх сурвалжийг харах

Merge branch 'master' of https://github.com/porter-dev/porter

jusrhee 5 жил өмнө
parent
commit
50e84182dd
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      cli/cmd/run.go

+ 1 - 0
cli/cmd/run.go

@@ -163,6 +163,7 @@ func executeRun(config *rest.Config, namespace, name string, args []string) erro
 	t := term.TTY{
 		In:  os.Stdin,
 		Out: os.Stdout,
+		Raw: true,
 	}
 
 	fn := func() error {