DevToolsCommandLoader.php
File
This file is part of fast-forward/dev-tools.
Description
This source file is subject to the license bundled with this source code in the file LICENSE.
license
Description
https://opensource.org/licenses/MIT MIT License
Classes
DevToolsCommandLoader
Responsible for dynamically discovering and loading Symfony Console commands within the DevTools context. This class extends the ContainerCommandLoader and integrates with a PSR-11 compatible container to lazily instantiate commands.