Module: SSHKit::Backend::Abstract::CommandEnvMerge
- Included in:
- SSHKit::Backend::Abstract
- Defined in:
- lib/kamal/sshkit_with_ext.rb
Overview
Our 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.