Skip to content

Commit

Permalink
document vec_sep2
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Mar 14, 2024
1 parent 1b5e691 commit 2198779
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/format.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ cli_format.numeric <- function(x, style = NULL, ...) {
#'
#' @param x Vector that will be collapsed by cli.
#' @param style Style to apply to the vector. It is used as a theme on
#' a `span` element that is created for the vector. You can set `vec-sep`
#' and `vec-last` to modify the separator and the last separator.
#' a `span` element that is created for the vector. You can set `vec-sep`,
#' `vec_sep2`, and `vec-last` to modify the general separator,
#' the 2-item separator, and the last separator.
#'
#' @export
#' @seealso [cli_format()]
Expand Down

0 comments on commit 2198779

Please sign in to comment.