You are here

function ad_ui_drush_command in Advertisement 7.3

Implements hook_drush_command().

File

modules/ad_ui/ad_ui.drush.inc, line 16

Code

function ad_ui_drush_command() {
  $items['ad-ui-install'] = array(
    'description' => "Install example terms and ads.",
  );
  return $items;
}