#PHP / #Symfony peeps: I'm looking for a library to handle routing, argument parsing, and output formatting for CLI commands that supports bootstrapping and DI using a PSR-11 container.
Best I can tell, symfony/console only allows for service configuration through its own DI.
The only package I've found thus far that seems to meet these requirements is this one.
https://github.com/mnapoli/silly
I would think there would be more options, though.
Am I missing something? (Boosts appreciated.)