mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #297 from docker/aci_exec_it
Let -it go through for aci exec, same as -t flag for the moment.
This commit is contained in:
commit
88ccad0449
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user