These functions manage parameter and option manipulation for calls to drush backend invoke.
| Name | Location | Description |
|---|---|---|
| drush_do_command_redispatch | contrib-6/drush/includes/drush.inc | Redispatch the specified command using the same options that were passed to this invocation of drush. |
| drush_do_multiple_command | contrib-6/drush/includes/drush.inc | Used by functions that operate on lists of sites, moving information from the source to the destination. Currenlty this includes 'drush rsync' and 'drush sql sync'. |
| drush_redispatch_get_options | contrib-6/drush/includes/drush.inc | Get the options for this command. |
| drush_remote_command | contrib-6/drush/includes/drush.inc | Process commands that are executed on a remote drush instance. |