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
FORCE_COLOR=0 turns colors off, but there's no alternate indication of the package statuses.
To reproduce
run
FORCE_COLOR=0 yarn outdated
Environment
$ yarn dlx -q envinfo --preset jest
yarn run v1.22.22
error Command "dlx" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Additional context
I wanted to be able to share the yarn outdated output in, e.g., a github comment, but the colors weren't going to translate well via copy-paste.
An html or gfm-targetted output could be useful here? 💡
The text was updated successfully, but these errors were encountered:
Self-service
Describe the bug
FORCE_COLOR=0 turns colors off, but there's no alternate indication of the package statuses.
To reproduce
run
Environment
Additional context
I wanted to be able to share the yarn outdated output in, e.g., a github comment, but the colors weren't going to translate well via copy-paste.
An html or gfm-targetted output could be useful here? 💡
The text was updated successfully, but these errors were encountered: