mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-11 19:05:35 +08:00
Add download options for install-pkg command
This commit is contained in:
@@ -4,6 +4,7 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace StaticPHP\Command;
|
namespace StaticPHP\Command;
|
||||||
|
|
||||||
|
use StaticPHP\Artifact\DownloaderOptions;
|
||||||
use StaticPHP\DI\ApplicationContext;
|
use StaticPHP\DI\ApplicationContext;
|
||||||
use StaticPHP\Package\PackageInstaller;
|
use StaticPHP\Package\PackageInstaller;
|
||||||
use StaticPHP\Registry\PackageLoader;
|
use StaticPHP\Registry\PackageLoader;
|
||||||
@@ -29,6 +30,7 @@ class InstallPackageCommand extends BaseCommand
|
|||||||
return array_filter($packages, fn ($name) => str_starts_with($name, $val));
|
return array_filter($packages, fn ($name) => str_starts_with($name, $val));
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
$this->getDefinition()->addOptions(DownloaderOptions::getConsoleOptions('dl'));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function handle(): int
|
public function handle(): int
|
||||||
|
|||||||
Reference in New Issue
Block a user