You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you point out, it is likely something that should be implemented at Symfony console component.
The work-around for me is just add the text as it is on the prompt, but later
edit the YAML manually, let us remember that
YAML is a human friendly data serialization standard for all programming languages.
and then run the formatter import/export process to make sure the YAML is in machine friendly idempotence.
i.e. contriblog format
Please let me know if I misunderstood the request, and if it is something to do upstream.
Feel free to close it since implementing it at this project may likely be out of scope.
When editing the answers to the interactive
add
command, I run into this. Seems Symfony doesn't support keyboard navigation in line answers!Upstream: symfony/symfony#36657
Original readline support: symfony/symfony#16458
Upstream PR, but died in draft: symfony/symfony#36700
The text was updated successfully, but these errors were encountered: