mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 16:25:39 +08:00
Add lib skeleton command and sort config, spc_mode suuport, etc...
This commit is contained in:
@@ -133,9 +133,8 @@ class PackageInstaller
|
||||
// show install or build options in terminal with beautiful output
|
||||
$this->printInstallerInfo();
|
||||
|
||||
InteractiveTerm::notice('Build process will start after 2s ...');
|
||||
InteractiveTerm::notice('Build process will start after 2s ...' . PHP_EOL);
|
||||
sleep(2);
|
||||
echo PHP_EOL;
|
||||
}
|
||||
|
||||
// Early validation: check if packages can be built or installed before downloading
|
||||
|
||||
Reference in New Issue
Block a user