-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Command ... is ambiguous #8245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
fabpot
added a commit
that referenced
this issue
Jun 11, 2013
… another one like foo:bar:baz (closes #8245)
fabpot
added a commit
that referenced
this issue
Jun 19, 2013
* 2.1: [Console] fixed regression when calling a command foo:bar if there is another one like foo:bar:baz (closes #8245)
fabpot
added a commit
that referenced
this issue
Jun 23, 2013
* 2.2: [Form] fixed INF usage which does not work on Solaris (closes #8246) Fix grammar bumped Symfony version to 2.2.4 updated VERSION for 2.2.3 update CONTRIBUTORS for 2.2.3 updated CHANGELOG for 2.2.3 [Process] Disable exception on stream_select timeout [HttpFoundation] fixed issue with session_regenerate_id (closes #7380) [DomCrawler] added a note about the default charset [Console] fixed regression when calling a command foo:bar if there is another one like foo:bar:baz (closes #8245) force the Content-Type to html in the web profiler controllers Conflicts: src/Symfony/Component/HttpKernel/Kernel.php
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this issue
Mar 25, 2018
* 2.2: [Form] fixed INF usage which does not work on Solaris (closes symfony#8246) Fix grammar bumped Symfony version to 2.2.4 updated VERSION for 2.2.3 update CONTRIBUTORS for 2.2.3 updated CHANGELOG for 2.2.3 [Process] Disable exception on stream_select timeout [HttpFoundation] fixed issue with session_regenerate_id (closes symfony#7380) [DomCrawler] added a note about the default charset [Console] fixed regression when calling a command foo:bar if there is another one like foo:bar:baz (closes symfony#8245) force the Content-Type to html in the web profiler controllers Conflicts: src/Symfony/Component/HttpKernel/Kernel.php
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A recent update on the 2.1 branch broke console commands.
Given two commands being defined like this:
foo:bar
foo:bar:baz
Trying to run:
./console foo:bar
Now yields:
Command "foo:bar" is ambiguous (foo:bar, foo:bar:baz)
Which is obviously not ambiguous and worked without issues previously.
The text was updated successfully, but these errors were encountered: