R/cli-helpers.R
cat_info_sep.Rd
Print an informational message with a preceding blank line
cat_info_sep(msg)
The message to print.
The value returned by cli::cli_inform()
cli::cli_inform()
cat_info_sep("Doing something") #> #> Doing something