You are here

function ocupload_drush_command in One Click Upload 7

Implementation of hook_drush_command().

File

./ocupload.drush.inc, line 11
Integrate to Drush

Code

function ocupload_drush_command() {
  $items['ocupload-dl-library'] = array(
    'description' => dt('Download and install SWFUpload library'),
  );
  return $items;
}