function stripe_drush_command in Stripe 7
Implements hook_drush_command().
File
- ./
stripe.drush.inc, line 21 - Drush commands for Stripe module.
Code
function stripe_drush_command() {
$items['stripe-library-download'] = array(
'description' => 'Download the latest stable Stripe PHP Library.',
);
return $items;
}