rake_server icon indicating copy to clipboard operation
rake_server copied to clipboard

Task with args

Open florentsolt opened this issue 14 years ago • 0 comments

Can you support tasks with arguments ?

Instead of Rake.application[task.to_sym] on the server, use Rake.application.parse_task_string to extract the task name. Then, when invoking the task, pass them to task.invoke

florentsolt avatar Nov 17 '11 15:11 florentsolt