Closed ArnaudLigny closed 9 years ago
Ping @weierophinney :-)
Have I any chance to have a review of my proposition ? :-)
Thank you!
+1
Why would you need it, @Narno ?
I ask, because you typically create your application iteratively; it's not something you extend. If you need to remove a route, then why did you add it in the first place?
Essentially, I want to understand the use case before merging.
@weierophinney This is mainly about removing the default routes autocomplete, help and version. They are added in ZF\Console\Application::__construct()
with every run if you need them or not.
Hello @weierophinney, as indicated by @RalfEggert, the goal is to remove the default routes and also to manage a plugin logic and so be able to remove and replace a route with another.
@Narno and @RalfEggert — thanks for the clarification!
Thanks a lot!
Fixing #17