You are here

function drush_composer_manager_sa_check in Composer Manager 7.2

Same name and namespace in other branches
  1. 7 composer_manager_sa/composer_manager_sa.drush.inc \drush_composer_manager_sa_check()

Command callback to check for security advisories.

File

composer_manager_sa/composer_manager_sa.drush.inc, line 26
Drush command callbacks.

Code

function drush_composer_manager_sa_check() {
  composer_manager_sa_print();
}