Remove comment

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
Guillaume Tardif 2020-12-14 14:27:21 +01:00
parent 412385c495
commit 215f50166a
1 changed files with 0 additions and 2 deletions

View File

@ -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
}