domain_drush_help

Versions
domain
domain_drush_help($section)

Implement hook_drush_help().

Code

./domain.drush.inc, line 25

<?php
function domain_drush_help($section) {
  $items = domain_drush_command();
  $name = str_replace('domain:', '', $section);
  if (isset($items[$name])) {
    return dt($items[$name]['description']);
  }
}
?>

Contact

  • agentrickard [at] gmail [dot] com

Donations

My Amazon.com Wish List