capistrano / rvm

MIT License
140 stars 47 forks source link

Execute with prefix #82

Open prozach opened 7 years ago

prozach commented 7 years ago

Is there a way that I can prefix a command with the rvm <version> do that is used for the primary bin files? I'd like to simply do something like:

execute :rvm, 'bin/myscript' and have the actual execution call rvm <myversion> do bin/myscript.