clemens-tolboom / uml-generator-php

http://clemens-tolboom.github.io/uml-generator-php/
MIT License
44 stars 5 forks source link

Use a proper command parser like Symfony Console #38

Closed clemens-tolboom closed 9 years ago

clemens-tolboom commented 10 years ago

We need options like --exclude and --include to process just a part of a code tree.

http://symfony.com/doc/current/components/console/introduction.html has better options then getops.