Various helper functions for consistent cli output, including theming and formatting.
cli_table_row(
status,
ok = "OK",
notes = "N",
warnings = "W",
errors = "E",
msg = "",
title = FALSE
)cli_theme(..., .envir = parent.frame())
character[1L]
A value to include
in the respective columns of the table. Will be coerced to character
if another type is provided.
character[1L]
A message to include to the right of the table
row entry.
Additional arguments passed to cli::cli_div()