mirror of https://github.com/docker/compose.git
Remove comment
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
412385c495
commit
215f50166a
|
@ -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…
Reference in New Issue