You are here

function recommender_drush_help in Recommender API 7.6

Same name and namespace in other branches
  1. 6.2 recommender.drush.inc \recommender_drush_help()
  2. 7.4 recommender.drush.inc \recommender_drush_help()
  3. 7.5 recommender.drush.inc \recommender_drush_help()

Implementation of hook_drush_help().

File

./recommender.drush.inc, line 27

Code

function recommender_drush_help($section) {
  switch ($section) {
    case 'drush:recommender-run':
      return dt("Process recommender commands sequentially.");
  }
}