Closed weierophinney closed 10 years ago
Ping @slaff ... :)
@weierophinney Hooray! I would love to check this feature tomorrow, my time.
@weierophinney I just checked most of the features and they look good. And congratulations for the new release (https://github.com/zfcampus/zf-console/releases/tag/1.0.2)
@slaff I needed to tag it so that zf-deploy could pick up the changes so we could incorporate them. :)
The command name could be prepended to the route provided:
would evaluate to:
This could even be such that you could opt-out if you wanted:
Finally, if the route already starts with the command name, no changes would be made:
The last ensures BC, the middle allows opting-out of the 1:1 mapping when desired, and the first removes redundancy for the most common use case.
The intention is to codify https://github.com/zfcampus/zf-console/commit/f82408249267d37cb5629c9066066d0172d6957f#diff-c9248b3167fc44af085b81db2e292837R136