mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 15:25:41 +08:00
Add libiconv,libssh2,libxml2,xz
This commit is contained in:
@@ -7,10 +7,10 @@ namespace StaticPHP\Command;
|
||||
use Symfony\Component\Console\Attribute\AsCommand;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
|
||||
#[AsCommand('build:libs')]
|
||||
#[AsCommand('build:libs', 'Build specified library packages')]
|
||||
class BuildLibsCommand extends BaseCommand
|
||||
{
|
||||
public function configure()
|
||||
public function configure(): void
|
||||
{
|
||||
$this->addArgument('libraries', InputArgument::REQUIRED, 'The library packages will be compiled, comma separated');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user