抑制目录消息中的 rake
当我运行 rake 时,它总是以如下消息开头:
> rake
(in /Users/peter/srcdir)
... standard output here ...
我想删除 (in /Users/peter/srcdir)
部分。您可以使用 rake -s 来完成此操作,但随后您将无法获得所需的输出。
有没有办法禁用当前目录公告而不禁用其余目录?理想的情况是像 ~/.rakerc
这样的配置文件,或者是 Rakefile
本身的一个选项。
When I run rake
, it always starts with a message like this:
> rake
(in /Users/peter/srcdir)
... standard output here ...
I'd like to remove the (in /Users/peter/srcdir)
portion. You can do it with rake -s
, but then you don't get the output you want.
Is there any way to disable this current directory announcement but not the rest? Ideal would be some configuration file like ~/.rakerc
, or an option in the Rakefile
itself.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来不像 -
的第 475 行application.rb
:您可以尝试在邮件列表。
Doesn't look like it -- Line 475 of
application.rb
:You could try requesting it on the mailing list.