commands icon indicating copy to clipboard operation
commands copied to clipboard

Options passed to rake are ignored

Open dhh opened this issue 12 years ago • 0 comments

You currently can't pass "--trace" and friends to the rake options. It's a bit tricky because we're reusing the Rake application instance, so if we just load the options from ARGV, they'll be sticky from run to run. Need a way to reset the option list.

dhh avatar Dec 23 '12 08:12 dhh