This function provides an alternative to the verb-based API, by mapping the set of prefixes to the corresponding verbs.
console(..., object = NULL, levels = 1, .envir = parent.frame())
Character vectors supporting glue strings and cli inline
styles. This should start with a supported prefix, to map the action to one
of the rui verbs. Otherwise, rui::tell()
is used. Supported prefixes are(entitle), i (inform), v (approve), x (disapprove), ~ (begin/proceed), =
(give), * (suggest), ? (ask), ! (alert), w (warn), e (stop), . (display), and $ (expose). Status bars can be resolved by providing single characters "c", "v", or "x" for clear, succeed and fail respectively.
Object to print the rui way through rui::inspect()
.