zfcampus / zf-console

Create console applications in PHP
BSD 3-Clause "New" or "Revised" License
64 stars 25 forks source link

Usability: Added better error reporting when a command is called with th... #2

Closed slaff closed 10 years ago

slaff commented 10 years ago

...e correct name, but with wrong arguments. In this case the application is rerouted to "help " to display available parameters and command description.

weierophinney commented 10 years ago

I wrote unit tests, which uncovered some issues with your original implementation, @slaff -- however, I was able to isolate the problems and solve them -- so, merged! Thanks - I think this is a huge usability win!