Implement check-update functionality for artifacts and enhance download result handling

This commit is contained in:
crazywhalecc
2026-02-28 13:44:23 +08:00
parent 2d550a8db4
commit ed5a516004
18 changed files with 368 additions and 77 deletions

View File

@@ -6,6 +6,7 @@ namespace StaticPHP;
use StaticPHP\Command\BuildLibsCommand;
use StaticPHP\Command\BuildTargetCommand;
use StaticPHP\Command\CheckUpdateCommand;
use StaticPHP\Command\Dev\DumpCapabilitiesCommand;
use StaticPHP\Command\Dev\DumpStagesCommand;
use StaticPHP\Command\Dev\EnvCommand;
@@ -63,6 +64,7 @@ class ConsoleApplication extends Application
new SPCConfigCommand(),
new DumpLicenseCommand(),
new ResetCommand(),
new CheckUpdateCommand(),
// dev commands
new ShellCommand(),