You are here

function animations_drush_command in Animations (JS/CSS) 8

File

./animations.drush.inc, line 3

Code

function animations_drush_command() {
  $items['animations-libraries'] = array(
    'description' => 'Demonstrate how Drush commands work.',
    'aliases' => array(
      'dal',
    ),
    'callback' => 'drush_download_animations_libraries',
  );
  return $items;
}