Przeglądaj źródła

hotfix for porter run encoding error

sunguroku 5 lat temu
rodzic
commit
08ab81fc37
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 {