R/cliapp-package.R

#' Create Rich Command Line Applications
#'
#' Create rich command line applications, with colors, headings, lists,
#' alerts, progress bars, etc. It uses CSS for theming.
#'
#' See [themes] for theming, [containers] for container elements,
#' [inline-markup] for more about command substitution and inline markup.
#'
#' See also the various CLI elements:
#' * Text elements: [cli_text()], [cli_verbatim()], [cli_h1()].
#' * Containers: [cli_div()], [cli_par()], [cli_end()].
#' * Lists: [cli_ul()], [cli_ol()], [cli_dl()], [cli_it()].
#' * Alerts: [cli_alert()].
#' * Progress bars: [cli_progress_bar()].
#'
#' @aliases cliapp-package NULL
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL
r-lib/cliapp documentation built on April 28, 2024, 1:23 a.m.