Rake task allows you to accept multiple arguments which can be used within the task, and also allows us to specify default options for these arguments.
Accept multiple arguments/options
Lets say we have a simple rake task to sync data from/across our servers to different enviroments.
We can