Преглед изворни кода

Let -it flag go through for aci exec, same as -t for the moment.
Will need to check how we can implement -I specifically on ACI

Guillaume Tardif пре 5 година
родитељ
комит
d71ae04936
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      cli/cmd/exec.go

+ 1 - 0
cli/cmd/exec.go

@@ -45,6 +45,7 @@ func ExecCommand() *cobra.Command {
 	}
 
 	cmd.Flags().BoolVarP(&opts.Tty, "tty", "t", false, "Allocate a pseudo-TTY")
+	cmd.Flags().BoolP("interactive", "i", false, "Keep STDIN open even if not attached")
 
 	return cmd
 }