1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cli-package.R
\docType{package}
\name{cli-package}
\alias{cli-package}
\title{cli: Helpers for Developing Command Line Interfaces}
\description{
A suite of tools to build attractive command line interfaces ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also contains a number of lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI colors and text styles as well.
}
\seealso{
Useful links:
\itemize{
\item \url{https://cli.r-lib.org}
\item \url{https://github.com/r-lib/cli}
\item Report bugs at \url{https://github.com/r-lib/cli/issues}
}
}
\author{
\strong{Maintainer}: Gábor Csárdi \email{gabor@posit.co}
Other contributors:
\itemize{
\item Hadley Wickham [contributor]
\item Kirill Müller [contributor]
\item Salim Brüggemann \email{salim-b@pm.me} (\href{https://orcid.org/0000-0002-5329-5987}{ORCID}) [contributor]
\item Posit Software, PBC [copyright holder, funder]
}
}
\keyword{internal}
|