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
Fixes: #372
`--ascii-only true` shows ascii
`--ascii-only false` shows emojis
if `--ascii-only` is not passed, default value will be true, shows emojis
Fixes: #372
`--ascii-only true` shows ascii
`--ascii-only false` shows emojis
if `--ascii-only` is not passed, default value will be true, shows emojis
What crate(s) in this repo are involved in the problem?
tokio-console
What is the issue?
See repro
How can the bug be reproduced?
tokio-console --ascii-only true
shows emojistokio-console --ascii-only false
shows asciiLogs, error output, etc
No response
Versions
0.1.7
Possible solution
clap
crate has adefault_value
feature, makes the code cleaner and documents the defaults in the help messageAdditional context
No response
Would you like to work on fixing this bug?
no
The text was updated successfully, but these errors were encountered: