-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[RFC] [Console] typehint input as attribute? #49522
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
Additional recent topic: Friendly ping @chalasr cheers! |
Oh sure, let me reach out to you on slack probably next week. I think this can be closed meanwhile so that nobody picks it, the work has started so there's some material already :) |
Issue description a bit completed with recent addition (blog post as reminder)
closing here then thank you :) |
@chalasr hello, may I ask you any news on that topics ? |
My OSS capabilities have been limited lately but I'll be back :) that work will be my primary focus for the next coming months and will hopefully target 7.1 |
Description
Hello
RFC regarding to add more typehint on
Symfony/Component/Console/Input/Input
as attributes.Can we imagine "mimicking" #49138 but for console in some way?
bin/console
(cli entry point) can leverage attributes to validate/parse/transform user land inputs before command is really executed(the same way
public/index.php
(web entry point) now leverage tons of new features since v6.3Thanks!
Example
MapQueryString
=>MapInputString
no example/no idea of better naming and related implementation
The text was updated successfully, but these errors were encountered: