cli icon indicating copy to clipboard operation
cli copied to clipboard

Support "?" display in cli messages?

Open kevinushey opened this issue 1 year ago • 3 comments

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:

Screenshot 2023-06-15 at 5 04 18 PM

but a teal ? (similar in style to the "i" prefix) would be nice.

kevinushey avatar Jun 16 '23 00:06 kevinushey