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 am wondering if it was possible to make this output with `cli::cli_h1()` ![image](https://github.com/r-lib/cli/assets/52606734/68cbaa0c-562d-415a-8dec-538e0eac5a69) ```r cli::cli_h1(cli::col_yellow("GP goodpractice")) ``` Almost does it, but it doesn't affect the line. I tried playing...

feature

```r cli::cli_code(format(pkgdown::check_pkgdown)) ``` If package is not loaded ![image](https://github.com/r-lib/cli/assets/52606734/da5bcceb-177b-4d1e-a99e-cfffeddc1d22) Note that `as_pkgdown()` is exported by pkgdown. So I was wondering if there was another solution to autolink as_pkgdown() than to...

feature