Skip to content

Commit a61323a

Browse files
Forgot to document 'text_col' [ci skip]
1 parent 8128657 commit a61323a

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

R/handler_pbcol.R

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
#' @param pad (integer) Amount of padding on each side of the message,
1010
#' where padding is done by spaces.
1111
#'
12-
#' @param done_col,todo_col (character string) The \pkg{crayon} background
13-
#' colors used for the progress bar, where `done_col` is used for the part
14-
#' of the progress bar that is already done and `todo_col` for what remains.
12+
#' @param text_col,done_col,todo_col (character string) The \pkg{crayon}
13+
#' foreground and background colors used for the progress bar, where
14+
#' `text_col` is used for all of the progress bar, `done_col` is used for the
15+
#' part of the progress bar that is already done and `todo_col` for what
16+
#' remains.
1517
#'
1618
#' @param \ldots Additional arguments passed to [make_progression_handler()].
1719
#'

man/handler_pbcol.Rd

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)