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
This would be extremely useful for me, and presumably everyone else in a terminal with subpar UTF-8 support. For example, currently, this is what wasm-pack --help looks like:
It gets very annoying when there are multiple in a row, from what's supposed to be one emoji, and because of the way UTF-8 works, this is quite common.
Feature description
Disable emoji output in command line by add option or by config.
includes
wasm-pack-plugin
Basic example
https://rustwasm.github.io/wasm-pack/book/cargo-toml-configuration.html
add
no-emoji = true
The text was updated successfully, but these errors were encountered: