module CommandEnvMerge
Ruby on Rails 2.2.2
Since v1.9.3 Last seen in v2.11.0Our execution pattern is for the CLI execute args lists returned from commands, but this doesn’t support returning execution options from the command.
Support this by using kwargs for CLI options and merging with the args-extracted options.