angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

Support non-emoji CLI'S with non-emoji mode

Open willi84 opened this issue 4 years ago • 1 comments

🚀 Feature request

Command

  • [x] new
  • [x] build
  • [x] serve
  • [x] test
  • [x] e2e
  • [x] generate
  • [x] add
  • [x] update
  • [x] lint
  • [x] extract-i18n
  • [x] run
  • [x] config
  • [x] help
  • [x] version
  • [x] doc

Description

Make it possible to show CLI output, that use no emojis to support environments which don't support that properly (e.g. WSL Windows Subsystem Linux) and to improve A11y.

image

Describe the solution you'd like

Use the approach of nx.dev

image

image

if possible detect before the output and use it as fallback.

Describe alternatives you've considered

none

willi84 avatar Jul 04 '21 15:07 willi84

The problem appears that ansi-code is not detecting if the terminal supports Unicode characters correctly.

alan-agius4 avatar Jun 28 '22 11:06 alan-agius4