function recommender_drush_help in Recommender API 7.6
Same name and namespace in other branches
- 6.2 recommender.drush.inc \recommender_drush_help()
- 7.4 recommender.drush.inc \recommender_drush_help()
- 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.");
}
}