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

Hi all, First thanks for your work with this package, which is really nice to use. I don't think this is directly an issue with the package, but I could...

bug

When having literals in an error message it is nice that they stand out. `.val` does that but it also adds quotes, making the literal appear as a string. A...

feature

Because it has updated the exit handler structure. Unfortunately it seems that there is no way to be compatible with both withr 2.5.0 and previous versions.

bug

For some reason, the code present at the `asciicast` block in [line 207](https://github.com/r-lib/cli/blob/HEAD/vignettes/semantic-cli.Rmd#L207) isn't rendered, and what's rendered instead is the next `asciicast` block. All remaning `asciicast` blocks after this...

documentation

If I set `cli_theme_dark` in my RProfile, this changes snapshot outputs where ANSI escapes are enabled. This concerns only a few tests in rlang (most of the tests disable ANSI...

feature

Initially here: https://github.com/r-lib/testthat/pull/1544#discussion_r803969226 Maybe `style_hyperlink()` should handle url with prefix `rstudio:` when the `RSTUDIO_CLI_HYPERLINKS` env var is set, so that these links are specific to rstudio.

feature

Hi @gaborcsardi, I'm hoping you can help me clear up the somewhat muddled situation of licensing for the package. It looks like a decent part of the src/ folder is...

documentation

This seems more informative: ``` i Locations 100, 101, 102, ..., 109, and 110 don't exist, there are only 26 elements. ``` Than: ``` i Locations 100, 101, 102, 103,...

feature