Skip to content

Commit 29b60c4

Browse files
committed
Can no longer set show_after in progress bar
Fixes #557
1 parent a5d8c5f commit 29b60c4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

R/progress-bars.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
#' By default the same as `format`.
3131
#' * `name`: progress bar name. This is by default the empty string and it
3232
#' is displayed at the beginning of the progress bar.
33-
#' * `show_after`: numeric scalar. Only show the progress bar after this
34-
#' number of seconds. It overrides the `cli.progress_show_after`
35-
#' global option.
3633
#' * `type`: progress bar type. Currently supported types are:
3734
#' * `iterator`: the default, a for loop or a mapping function,
3835
#' * `tasks`: a (typically small) number of tasks,

man/progress_bars.Rd

Lines changed: 0 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)