Command dispatching functions.
- 6.x includes/command.inc dispatching
- 5.x includes/command.inc dispatching
- 4.x includes/command.inc dispatching
- 3.x includes/drush.inc dispatching
These functions manage parameter and option manipulation for calls to drush backend invoke.
Functions
|
Name |
Location | Description |
|---|---|---|
| drush_do_command_redispatch |
includes/ |
Redispatch the specified command using the same options that were passed to this invocation of drush. |
| drush_do_multiple_command |
includes/ |
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_do_site_command |
includes/ |
|
| drush_redispatch_get_options |
includes/ |
Get the options for this command. |
| drush_remote_command |
includes/ |
Process commands that are executed on a remote drush instance. |
File
- includes/
drush.inc, line 1118 - The drush API implementation and helpers.