简体   繁体   English

rake默认任务如何查找源文件?

[英]rake default task how find source files?

How can I find which tasks related to default rake task. 如何查找与默认耙任务相关的任务。

when I rub rake rspec and cucumber tasks executed simultaneously but there is no any code in Rakefile and also rake -T don't show any details. 当我摩擦rake rspec和黄瓜任务同时执行时,但Rakefile中没有任何代码,并且rake -T不显示任何详细信息。

How can find source files for rake default task? 如何找到用于rake默认任务的源文件? or find all files with task definitions 或查找所有带有任务定义的文件

Rails default rake tasks has all the rails default rake files Rails默认rake任务具有所有Rails默认rake文件

rake -P lists all the rake tasks rake -P列出所有耙任务

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM