Package: cli
Title: Helpers for Developing Command Line Interfaces
Version: 3.0.1.9000
Authors@R: c(
    person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", c("aut", "cre")),
    person("Hadley", "Wickham", role = c("ctb")),
    person("Kirill", "Müller", role = c("ctb")),
    person("RStudio", role = "cph")
    )
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.
License: MIT + file LICENSE
URL: https://cli.r-lib.org, https://github.com/r-lib/cli#readme
BugReports: https://github.com/r-lib/cli/issues
RoxygenNote: 7.1.1.9001
Roxygen: list(
     markdown = TRUE,
     knitr_chunk_options = list(cache = TRUE, error = TRUE, cache.path = "man/_cache/")
   )
Depends: R (>= 2.10)
Imports:
    glue,
    utils
Suggests:
    asciicast,
    callr,
    covr,
    grDevices,
    htmltools,
    htmlwidgets,
    knitr,
    methods,
    mockery,
    prettycode (>= 1.1.0),
    processx,
    ps (>= 1.3.4.9000),
    rlang,
    rmarkdown,
    rstudioapi,
    shiny,
    testthat,
    tibble,
    whoami,
    withr
Config/testthat/edition: 3
Encoding: UTF-8
