We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc7b65 commit 31a28edCopy full SHA for 31a28ed
commands/core/sitealias.drush.inc
@@ -62,11 +62,13 @@ function sitealias_drush_command() {
62
'drush site-set -' => 'Go back to the previously-set site (like `cd -`).',
63
),
64
);
65
+ // @deprecated and hidden as of 6.0.1. Use site-set without an argument.
66
$items['site-reset'] = array(
67
'description' => 'Reset a persistently set site.',
68
'bootstrap' => DRUSH_BOOTSTRAP_DRUSH,
69
'handle-remote-commands' => TRUE,
70
'aliases' => array('unuse'),
71
+ 'hidden' => TRUE,
72
73
return $items;
74
}
0 commit comments