Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs: remove duplicated item #535

Merged
merged 1 commit into from
Oct 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions R/cliapp-docs.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down