make commands lazily loaded

This commit is contained in:
sunxyw
2022-12-17 22:18:50 +08:00
parent 3806983bc2
commit 44c25f7fdd
8 changed files with 98 additions and 50 deletions

View File

@@ -13,6 +13,8 @@ use Symfony\Component\Console\Output\OutputInterface;
#[AsCommand(name: 'build', description: '将项目构建一个phar包')]
class BuildCommand extends Command
{
use NonPharLoadModeOnly;
/**
* 配置
*/