You are here

function drush_key_value_get in Key 7.3

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

Command callback to get a key value.

File

drush/key.drush.inc, line 215

Code

function drush_key_value_get($id) {
  require_once __DIR__ . '/key_value_get.inc';
  return _drush_key_value_get($id);
}