tests/testthat/_snaps/cli.md

cli_status

Code
  pid <- cli_status("This is a status message")
Message
  > This is a status message
Code
  cli::cli_status_clear(pid, result = "clear")
Code
  pid <- cli_status("This is a status message")
Message
  > This is a status message
Code
  cli::cli_status_clear(pid, result = "failed")
Message
  x This is a status message


r-hub/rhub documentation built on April 25, 2024, 9:23 a.m.