mirror of
https://github.com/docker/compose.git
synced 2026-08-31 06:49:15 +00:00
Remove comment
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
412385c495
commit
215f50166a
1 changed files with 0 additions and 2 deletions
|
|
@ -80,8 +80,6 @@ func runCommand() *cobra.Command {
|
|||
runCmd.Flags().StringArrayVarP(&opts.Environment, "env", "e", []string{}, "Set environment variables")
|
||||
runCmd.Flags().BoolVar(&opts.Remove, "rm", false, "Automatically remove the container when it exits")
|
||||
|
||||
//addComposeCommonFlags(runCmd.Flags(), &opts.ComposeOpts)
|
||||
|
||||
runCmd.Flags().SetInterspersed(false)
|
||||
return runCmd
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue