capistrano / capistrano/sshkit
Feature request: command map suffix
Open
discuss!
enhancement
help wanted
- Dominant language
- Ruby
- Stars
- 1.2k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
`suffix` addition, similarly to `prefix`, would add flexibility to the commands handled, also in terms of combinations, e.g. along the lines of:
``` ruby
SSHKit.config.command_map.prefix[command].push("bash -lc '")
SSHKit.config.command_map.suffix[command].push(" && exit 0'")
```
Contributor guide
Assessment
This issue has not been assessed yet.