diff --git a/R/progress-client.R b/R/progress-client.R index 660f3943..a9f0759f 100644 --- a/R/progress-client.R +++ b/R/progress-client.R @@ -229,7 +229,8 @@ #' format_done = paste0( #' "{col_green(symbol$tick)} Downloaded {pb_total} files ", #' "in {pb_elapsed}." -#' ),, +#' ), +#' clear = FALSE, #' total = length(urls) #' ) #' for (url in urls) { diff --git a/man/cli_progress_bar.Rd b/man/cli_progress_bar.Rd index bb9bfeb8..ca8abbbd 100644 --- a/man/cli_progress_bar.Rd +++ b/man/cli_progress_bar.Rd @@ -346,7 +346,8 @@ variables in the calling function: format_done = paste0( "\{col_green(symbol$tick)\} Downloaded \{pb_total\} files ", "in \{pb_elapsed\}." - ),, + ), + clear = FALSE, total = length(urls) ) for (url in urls) \{