On 03/03/2008, at 11:57 PM, James Gray wrote:
There's not currently a way to do this, no.
I recommend just wrapping your Rake task with a custom command. If you would prefer to add the feature to RakeMate though, feel free to send me a patch.
Maybe just use an env var?
Maybe this should be a feature of scriptmate as well (which RakeMate didn't use last time I checked).
TM_SCRIPTMATE_FILTER_OUTPUT=0
Where the env vars absence is treated as 1.
LD.