mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 07:45:39 +08:00
Add doctor cache check and version management to ensure environment validation
This commit is contained in:
@@ -37,6 +37,8 @@ class BuildTargetCommand extends BaseCommand
|
||||
|
||||
public function handle(): int
|
||||
{
|
||||
$this->checkDoctorCache();
|
||||
|
||||
// resolve legacy options to new options
|
||||
V2CompatLayer::convertOptions($this->input);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user