cat function for whereami output

cat_where(where, type = c("rule", "boxx", "bullet", "line", "print"),
  color = c("none", "black", "blue", "cyan", "green", "magenta", "red",
  "white", "yellow", "grey", "silver"), ...)

Arguments

where

whereami output

type

cli cat_* method. Can be boxx, bullet, line, print, rule. Default is rule.

color

cli col_* method.

...

further arguments passed to cli::cat_*.

Value

character

Examples

cat_where(whereami())
#> ── Running From: ./RtmpI68DxF/callr-scr-a257f20daa3 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
cat_where(whereami(), type = "bullet", bullet = "tick")
#> ✓ Running From: ./RtmpI68DxF/callr-scr-a257f20daa3
cat_where(whereami(), color = "green")
#> ── Running From: ./RtmpI68DxF/callr-scr-a257f20daa3 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────