cli icon indicating copy to clipboard operation
cli copied to clipboard

Tools for making beautiful & useful command line interfaces

Results 142 cli issues
Sort by recently updated
recently updated
newest added

i.e. that calls `encodeString(x, quote = '"')`

documentation

I'd expect more like 20, than 100.

feature

Hi! Is there any way to pass a multi-line string to `cli_abort`? Specificially, I'm trying to use the output of `waldo::compare()` to generate more informative error messages, but `cli_abort` removes...

bug

I am not sure if this is actually intended behavior. When I replace a variable using the `.code` class, this causes additional backticks around both the output of the variable...

bug

My package uses cli to pass the output of a modified call to the user, which often has arguments wrapping to the next line. Version 3.2.0 now throws an error...

bug

Such as the values hard-coded in `theme_code()`.

feature

Semi-related to #151 More than once, when working on package UI, I've wished for a better version of `utils::menu()`? Do you think that could fit here? If so, I'll start...

feature

Hi there I just noted that you support some not widely used ansi codes. (which is good) But this one was missing :) The fast blink works for example in...

New {.bullets } style To collapse vectors into bullets: ``` ❯ cli_text("Some values {.bullets {letters[1:5]}} blah blah") Some values • a • b • c • d • e blah...

feature

```r install.packages("cli", type = "source", INSTALL_opts = "--no-test-load") R

bug