We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8836fd commit 975fefdCopy full SHA for 975fefd
R/zzz.R
@@ -64,9 +64,9 @@ ask_to_switch_to_non_default_cache_root <- function(ask = interactive()) {
64
65
66
ask_to_switch_to_non_default_cache_root_impl <- function() {
67
- rlang::inform(paste0(
+ cli::cli_inform(paste0(
68
"{styler} cache is cleared after 6 days. ",
69
- "See `?styler::caching` to configure differently or silence this message."
+ "See {.help styler::caching} to configure differently or silence this message."
70
))
71
}
72
0 commit comments