You are here

function drush_key_list in Key 7.3

Same name and namespace in other branches
  1. 8 drush/key_list.drush.inc \drush_key_list()

Command callback to get a list of available keys.

File

drush/key.drush.inc, line 191

Code

function drush_key_list() {
  require_once __DIR__ . '/key_list.inc';
  return _drush_key_list();
}