commands
commands copied to clipboard
Options passed to rake are ignored
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.