Skip to content
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

composer doesn't return searchs results with the same colors as others composer outputs #9455

Closed
cm-t opened this issue Nov 10, 2020 · 0 comments
Labels
Milestone

Comments

@cm-t
Copy link

cm-t commented Nov 10, 2020

When I run this command:

composer search twig

I get the following output (everything in white):

twig/twig Twig, the flexible, fast, and secure template language for PHP
symfony/twig-bundle Symfony TwigBundle
symfony/twig-bridge Symfony Twig Bridge
twig/extensions Common additional features for Twig that do not directly belong in core
asm89/twig-cache-extension Cache fragments of templates directly within Twig.
symfony/twig-pack A Twig pack for Symfony projects
twig/extra-bundle A Symfony bundle for extra Twig extensions
timber/timber Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine
latte/latte ☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites. Introduces context-sensitive escaping.
knplabs/knp-snappy-bundle Easily create PDF and images in Symfony by converting Twig/HTML templates.
wyrihaximus/twig-view Twig powered View for CakePHP
slim/twig-view Slim Framework 4 view helper built on top of the Twig 3 templating component
rcrowe/twigbridge Adds the power of Twig to Laravel
aptoma/twig-markdown Twig extension to work with Markdown content
jasny/twig-extensions A set of useful Twig filters

And I expected this to happen:

  • twig/twig Twig, the flexible, fast, and secure template language for PHP
  • symfony/twig-bundle Symfony TwigBundle
  • symfony/twig-bridge Symfony Twig Bridge
  • twig/extensions Common additional features for Twig that do not directly belong in core
  • asm89/twig-cache-extension Cache fragments of templates directly within Twig.
  • symfony/twig-pack A Twig pack for Symfony projects
  • twig/extra-bundle A Symfony bundle for extra Twig extensions
  • timber/timber Plugin to write WordPress themes w Object-Oriented Code and the Twig Template Engine
  • latte/latte ☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites. Introduces context-sensitive escaping.
  • knplabs/knp-snappy-bundle Easily create PDF and images in Symfony by converting Twig/HTML templates.
  • wyrihaximus/twig-view Twig powered View for CakePHP
  • slim/twig-view Slim Framework 4 view helper built on top of the Twig 3 templating component
  • rcrowe/twigbridge Adds the power of Twig to Laravel
  • aptoma/twig-markdown Twig extension to work with Markdown content
  • jasny/twig-extensions A set of useful Twig filters

composer search should render same as others command: it should uses colorsheme (in my previous expected result, replace the bold text by the color 033 for example), packagenames should be hightlighted.

Edit: tested in composer 1 & 2

@Seldaek Seldaek added this to the 2.1 milestone Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants