Parcourir la source

hotfix for porter run encoding error

sunguroku il y a 5 ans
Parent
commit
08ab81fc37
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 {