When I run rake, it always starts with a message like this:
> rake
(in /Users/peter/srcdir)
... standard output here ...
I want to delete a part (in /Users/peter/srcdir). You can do this with help rake -s, but then you wonβt get the result you want.
Is there a way to disable this declaration of the current directory, but not everything else? An ideal would be some configuration file, for example ~/.rakerc, or an option in itself Rakefile.
Peter source
share