You are here

function micon_drush_help in Micon 8

Implements hook_drush_help().

File

./micon.drush.inc, line 30
Contains Drush hooks.

Code

function micon_drush_help($section) {
  switch ($section) {
    case 'drush:micon':
      return dt('This command will generate SCSS mixins and variables for currently enabled Micon icon sets.');
  }
}