You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
Fatal error: Uncaught exception 'Zend\Console\Exception\InvalidArgumentException' with message 'Cannot understand Console route at "(--from-file=|--model=)"' in /var/www/mw/vendor/zendframework/zendframework/library/Zend/ServiceManager/ServiceManager.php on line 946
Zend\Console\Exception\InvalidArgumentException: Cannot understand Console route at "(--from-file=|--model=|--recent)" in /var/www/mw/vendor/zendframework/zendframework/library/Zend/Console/RouteMatcher/DefaultRouteMatcher.php on line 432
I expected that the route is only matched if either the parameter --from-file or --model is set.
I tried to create a route where a group of Value Parameters is mandatory like this example:
But this results into a InvalidArgumentException:
I expected that the route is only matched if either the parameter
--from-file
or--model
is set.Originally posted by @zf2timo at zendframework/zend-console#27
The text was updated successfully, but these errors were encountered: