thoughtbot / cocaine

A small library for doing (command) lines.
https://robots.thoughtbot.com
Other
785 stars 55 forks source link

No way to supply an ENV for one command #18

Closed jyurek closed 12 years ago

jyurek commented 12 years ago

The ENV is only modifiable via the Cocaine::CommandLine.environment hash. There should be a way to supply individual changes for a single command without having to modify what is essentially a global.

mike-burns commented 12 years ago

This is done in 059b454de28c93b6f224e01b1ff66cfabd58dd21 .