You are here

function recommender_drush_help in Recommender API 7.4

Same name and namespace in other branches
  1. 6.2 recommender.drush.inc \recommender_drush_help()
  2. 7.6 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 25

Code

function recommender_drush_help($section) {
  switch ($section) {
    case 'drush:recommender':
      return dt("Directly put a request in {async_command} to run recommender asynchronously.");
  }
}