function mobile_detect_drush_help in Mobile Detect 7
Implements hook_drush_help().
File
- ./
mobile_detect.drush.inc, line 30 - drush integration for mobile_detect.
Code
function mobile_detect_drush_help($section) {
switch ($section) {
case 'drush:dl-mobile-detect':
return dt("Downloads the required Mobile_Detect.php library from GitHub.");
}
}