We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The solution proposed in http://symfony.com/doc/2.2/components/console/single_command_tool.html does not work if the command accepts an argument.
test.php arg1
will throw RuntimeException "Not enough arguments".
I'm not sure if this should be fixed or described in the docs.
The text was updated successfully, but these errors were encountered:
Ok, I figured out that it's just about overriding getDefinition(). I guess this should be mentioned in the docs.
Sorry, something went wrong.
Merge pull request #2292 from eugene-dounar/2.0
c06454d
[#2290] Single command apps with arguments
No branches or pull requests
The solution proposed in
http://symfony.com/doc/2.2/components/console/single_command_tool.html
does not work if the command accepts an argument.
will throw RuntimeException "Not enough arguments".
I'm not sure if this should be fixed or described in the docs.
The text was updated successfully, but these errors were encountered: