function drush_key_save in Key 7.3
Same name and namespace in other branches
- 8 drush/key_save.drush.inc \drush_key_save()
Command callback to save a key.
File
- drush/
key.drush.inc, line 175
Code
function drush_key_save($id, $key_value = NULL) {
require_once __DIR__ . '/key_save.inc';
return _drush_key_save($id, $key_value);
}