|
|
@@ -55,6 +55,8 @@ class ShellDispatcher {
|
|
|
set_time_limit(0);
|
|
|
$this->args = (array)$args;
|
|
|
|
|
|
+ $this->addShortPluginAliases();
|
|
|
+
|
|
|
if ($bootstrap) {
|
|
|
$this->_initEnvironment();
|
|
|
}
|
|
|
@@ -173,10 +175,6 @@ class ShellDispatcher {
|
|
|
return true;
|
|
|
}
|
|
|
|
|
|
- if (!self::$_aliases) {
|
|
|
- $this->addShortPluginAliases();
|
|
|
- }
|
|
|
-
|
|
|
$Shell = $this->findShell($shell);
|
|
|
|
|
|
$Shell->initialize();
|