clemens-tolboom / uml-generator-php

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

Use an argument parser in the command line tools instead of manualy parsing the input. #13

Closed MartijnBraam closed 10 years ago

MartijnBraam commented 10 years ago

Instead of parsing $argc/$argv manually and validate the input implement an argument parser library.

Posibilities I found:

getopt-php seems to be the nicest one to implement.

clemens-tolboom commented 10 years ago

getopt-php look active so go for it :)

MartijnBraam commented 10 years ago

implemented in 3f0b1a0c6399091c5f34c049d5cfd468716bc55b