mirror of
https://github.com/docker/compose.git
synced 2026-06-21 22:15:47 +00:00
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
This commit is contained in:
parent
c1b0dd2e31
commit
d71ae04936
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue