1

在 Capistrano 2.x 中,我可以current_task.name在任务内部使用来获取当前任务的名称。Capistrano 3中是否有类似的东西?

4

1 回答 1

4

弄清楚了:

task :foo do |task|
  current_task_name = task.name_with_args
end
于 2014-02-06T21:56:19.473 回答