Przeglądaj źródła

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

jusrhee 5 lat temu
rodzic
commit
50e84182dd
1 zmienionych plików z 1 dodań i 0 usunięć
  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 {