add(new GameCommand()); // 3. 设置默认命令,让用户直接运行 `php index.php` 即可进入游戏 $application->setDefaultCommand('game:start', true); // 4. 运行 Application $application->run();