Refactor micro:combine command on v3

This commit is contained in:
crazywhalecc
2026-04-09 15:16:44 +08:00
parent 2256f47aed
commit 1d0ccdec45
3 changed files with 179 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ use StaticPHP\Command\DownloadCommand;
use StaticPHP\Command\DumpLicenseCommand;
use StaticPHP\Command\ExtractCommand;
use StaticPHP\Command\InstallPackageCommand;
use StaticPHP\Command\MicroCombineCommand;
use StaticPHP\Command\ResetCommand;
use StaticPHP\Command\SPCConfigCommand;
use StaticPHP\Package\TargetPackage;
@@ -65,6 +66,7 @@ class ConsoleApplication extends Application
new DumpLicenseCommand(),
new ResetCommand(),
new CheckUpdateCommand(),
new MicroCombineCommand(),
// dev commands
new ShellCommand(),