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'd like to propose adding the following to `cli:::spinners`: ```r growVeriticalDotsLR

In favour of named vector input to `cli_inform()`

100 seems a bit long to me. Maybe 20 would be better? ``` r cli::cli_inform("{.str {1:1000}}") #> "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13",...

It'd be nice to be able to write: ```R abort("`{.arg levels} must be a character vector, not a {.friendly levels}") ``` And know that the user is going to get...

feature

Since I think we're more likely to also need ways to radically change the output depending on whether or not we can use hyperlinks.

- [ ] Once this is done, we can reopen #378.

feature

Automatically generates RStudio doc link (see details at https://github.com/rstudio/rstudio/blob/a912e075aa428e11025e0444d382cd39037aaa06/src/cpp/session/modules/SessionConsole.R)

feature

- [x] `ansi_grep()` and `ansi_grepl()` - [ ] `ansi_paste()` and `ansi_paste0()` - [ ] `ansi_substr

feature