Skip to contents

Print an informational message with a preceding blank line

Usage

cat_info_sep(msg)

Arguments

msg

The message to print.

Value

The value returned by cli::cli_inform()

Examples

cat_info_sep("Doing something")
#> 
#> Doing something