You are here

function aegir_objects_drush_init in Aegir Objects 7.3

Implements hook_drush_init().

File

drush/aegir_objects.drush.inc, line 22
Provision/Drush hooks for Aegir API commands.

Code

function aegir_objects_drush_init() {
  aegir_objects_register_autoload();
}