Add craft command

This commit is contained in:
crazywhalecc
2026-04-12 01:12:53 +08:00
parent 6976e9db96
commit 8ee9d134b3
2 changed files with 226 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ namespace StaticPHP;
use StaticPHP\Command\BuildLibsCommand;
use StaticPHP\Command\BuildTargetCommand;
use StaticPHP\Command\CheckUpdateCommand;
use StaticPHP\Command\CraftCommand;
use StaticPHP\Command\Dev\DumpCapabilitiesCommand;
use StaticPHP\Command\Dev\DumpStagesCommand;
use StaticPHP\Command\Dev\EnvCommand;
@@ -67,6 +68,7 @@ class ConsoleApplication extends Application
new ResetCommand(),
new CheckUpdateCommand(),
new MicroCombineCommand(),
new CraftCommand(),
// dev commands
new ShellCommand(),