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
#[Option(description: 'do not actually update')] // default name: 'dry-run' ? bool $dryRun,
It seems to me that the default name should be 'dry-run', since I don't think camelCase is used as frequently.
https://commons.apache.org/proper/commons-cli/
bin/console do:something --dryRun bin/console do:something --dry-run
All Symfony commands:
-n, --no-interaction Do not ask any interactive question -e, --env=ENV The Environment name. [default: "dev"] --no-debug Switch off debug mode.
Of course, that's a BC change.
The text was updated successfully, but these errors were encountered:
Good idea, I'll add to my 2.0 checklist
Sorry, something went wrong.
I see that this is coming, indeed I submitted a request for a more detailed deprecation warning #67
No branches or pull requests
It seems to me that the default name should be 'dry-run', since I don't think camelCase is used as frequently.
https://commons.apache.org/proper/commons-cli/
All Symfony commands:
Of course, that's a BC change.
The text was updated successfully, but these errors were encountered: