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
https://github.com/r-lib/cli
The text was updated successfully, but these errors were encountered:
Eg.
library(cli) cat("Available", col_green(symbol$tick)) #> Available ✔ cat("Not available", col_red(symbol$cross)) #> Not available ✖
Sorry, something went wrong.
Merging with #56
Are there more print methods we want decorated, or should this be closed with v0.1.2?
I'd advocate to keep it open for now. I think there is more fun work to be done in this space.
No branches or pull requests
https://github.com/r-lib/cli
The text was updated successfully, but these errors were encountered: