mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user