Command processing functions.
- 6.x includes/drush.inc commandprocessing
- 5.x includes/drush.inc commandprocessing
- 4.x includes/drush.inc commandprocessing
These functions manage command processing by the main function in drush.php.
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/ |
Run a command on the site specified by the provided command record. |
| drush_remote_command |
includes/ |
Process commands that are executed on a remote drush instance. |
File
- includes/
drush.inc, line 2179 - The drush API implementation and helpers.