Add DumpStagesCommand to dump package stages and their locations

This commit is contained in:
crazywhalecc
2026-02-26 16:09:18 +08:00
parent bb257cffd6
commit e9279940d7
4 changed files with 189 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ namespace StaticPHP;
use StaticPHP\Command\BuildLibsCommand;
use StaticPHP\Command\BuildTargetCommand;
use StaticPHP\Command\Dev\DumpStagesCommand;
use StaticPHP\Command\Dev\EnvCommand;
use StaticPHP\Command\Dev\IsInstalledCommand;
use StaticPHP\Command\Dev\LintConfigCommand;
@@ -67,6 +68,7 @@ class ConsoleApplication extends Application
new EnvCommand(),
new LintConfigCommand(),
new PackLibCommand(),
new DumpStagesCommand(),
]);
// add additional commands from registries