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
Hey there,
When using the symfony's ChoiceQuestion with this console, we end up with a wrong auto-completion containing <hl> tags.
<hl>
Example:
Hello world? [0] yes [1] no > y<hl>es</hl>
The fix is quite easy on my side:
$configuration->addStyle(Style::tag('hl')->bold());
But I think it could be nice to implement it directly in the library.
Cheers mate, Alain
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey there,
When using the symfony's ChoiceQuestion with this console, we end up with a wrong auto-completion containing
<hl>
tags.Example:
The fix is quite easy on my side:
But I think it could be nice to implement it directly in the library.
Cheers mate,
Alain
The text was updated successfully, but these errors were encountered: