Added init command, improved plugin api

This commit is contained in:
2021-12-08 02:36:46 +01:00
parent 0c9fd2e892
commit 5af63f771a
4 changed files with 71 additions and 1 deletions

View File

@ -37,6 +37,7 @@ class SparkApplication extends Application
$this->add(new Commands\RunCommand());
$this->add(new Commands\ResourcesCommand());
$this->add(new Commands\ReplCommand());
$this->add(new Commands\InitCommand());
}