cebe / php-openapi

Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
MIT License
469 stars 89 forks source link

Convert the code-base to use Symfony Console #167

Closed machitgarha closed 2 years ago

machitgarha commented 2 years ago

Make it a Symfony console application by requiring symfony/console. It makes handling commands, arguments and options a lot easier, and holding theirs helps is also easy.

cebe commented 2 years ago

duplicate of #64