Various fixes
* Fixed the init command not being registered * pdoshell: Improved configuration handling
This commit is contained in:
@@ -48,7 +48,9 @@ class SparkApplication extends Application
|
||||
if (getenv("SPARK_PLUGINS")) {
|
||||
$this->add(new Commands\PluginsCommand());
|
||||
}
|
||||
} else {
|
||||
}
|
||||
|
||||
if (!is_dir(getcwd()."/.spark")) {
|
||||
$this->add(new Commands\InitCommand());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user