cli
cli copied to clipboard
Support "?" display in cli messages?
For example, it might be nice if you could write:
cli::cli_inform(c(
"!" = "The thing happened.",
"?" = "Did you intend for the thing to happen?"
))
Right now, you get:
but a teal ?
(similar in style to the "i" prefix) would be nice.