You are here

function jquery_plugin_drush_command in jQuery plugins 7

Implements hook_drush_command().

File

./jquery_plugin.drush.inc, line 6

Code

function jquery_plugin_drush_command() {
  $items['jquery-plugin-update'] = array(
    'bootstrap' => DRUSH_BOOTSTRAP_DRUPAL_FULL,
    'description' => 'Updates jQuery plugins',
  );
  return $items;
}