Add reset command

This commit is contained in:
crazywhalecc
2026-02-06 09:59:29 +08:00
parent 8f798c9006
commit 1eec88fd6c
2 changed files with 108 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ use StaticPHP\Command\DownloadCommand;
use StaticPHP\Command\DumpLicenseCommand;
use StaticPHP\Command\ExtractCommand;
use StaticPHP\Command\InstallPackageCommand;
use StaticPHP\Command\ResetCommand;
use StaticPHP\Command\SPCConfigCommand;
use StaticPHP\Package\TargetPackage;
use StaticPHP\Registry\PackageLoader;
@@ -58,6 +59,7 @@ class ConsoleApplication extends Application
new ExtractCommand(),
new SPCConfigCommand(),
new DumpLicenseCommand(),
new ResetCommand(),
// dev commands
new ShellCommand(),