mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 23:35:40 +08:00
Implement check-update functionality for artifacts and enhance download result handling
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user