rake_server
rake_server copied to clipboard
Task with args
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