We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is easy to do via is-tty package in init(). However, we need to provide a possibility to force color output, even if stdout is not a tty.
is-tty
init()
Proposition for new cli:
$ cptest --color always --progress-bar always a.out $ cptest --color never --progress-bar never a.out
The text was updated successfully, but these errors were encountered:
We already have an API, so.... what about:
$ scold --force-colors --force-progress a.out $ scold --no-colors --no-progress a.ou
Sorry, something went wrong.
kuredoro
Successfully merging a pull request may close this issue.
This is easy to do via
is-tty
package ininit()
. However, we need to provide a possibility to force color output, even if stdout is not a tty.Proposition for new cli:
The text was updated successfully, but these errors were encountered: