From dd342c405901e7e182a71fcc6a4942907707dde8 Mon Sep 17 00:00:00 2001 From: David C Hall Date: Sun, 23 Oct 2022 09:44:09 -0700 Subject: [PATCH] Fix docs: remove duplicated item --- R/cliapp-docs.R | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/R/cliapp-docs.R b/R/cliapp-docs.R index 7bb924414..2f3953dc7 100644 --- a/R/cliapp-docs.R +++ b/R/cliapp-docs.R @@ -81,14 +81,11 @@ #' If the terminal supports ANSI hyperlinks to help paages (e.g. RStudio), #' then cli creates a clickable link. It supports link text. #' See [links] for more about cli hyperlinks. -#' * `url` for a URL. -#' If the terminal supports ANSI hyperlinks (e.g. RStudio, iTerm2, etc.), -#' then cli creates a clickable link. -#' See [links] for more about cli hyperlinks. #' * `type` formats the type of an R object in a readable way, and it #' should be used with `{}`, see an example below. #' * `url` for a URL. If the terminal supports ANSI hyperlinks (e.g. #' RStudio, iTerm2, etc.), then cli creates a clickable link. +#' See [links] for more about cli hyperlinks. #' * `var` for a variable name. #' * `val` for a generic "value". #' * `vignette` is a vignette.