r-lib/cli

Formatting for numbers?

Opened this issue · 1 comments

hadley commented
x <- 123456
cli::cli_inform("Downloading {x} files")
#> Downloading 123456 files

Created on 2023-11-08 with reprex v2.0.2.9000

Would be nice to have

#> Downloading 123,456 files

Yeah, we can have some default {.num }.