Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Console] Fine-tuning the interactive#[Ask]
attribute#61978
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:7.4
Are you sure you want to change the base?
Conversation
Uh oh!
There was an error while loading.Please reload this page.
#[Ask]
attributeUh oh!
There was an error while loading.Please reload this page.
Update: I also added better support for bool arguments: using |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Other tests skip hidden questions on Windows, so I did the same to make these pass. Failure:https://github.com/symfony/symfony/actions/runs/18308113247/job/52130086124?pr=61978#step:7:1384 |
rebased after#62004 |
Uh oh!
There was an error while loading.Please reload this page.
Complements#61748, concerning interactive array and boolean arguments.
Definition:
Input:
As expected, you'll get a
true
value in$unique
, and["tag1", "tag2"]
in$tags
.