When using cli_progress_bar(total = 1, clear = FALSE) I would expect to see the fully filled bar in the same way as I get it when the total is 2 or 2000. I've set progress_show_after=0.
The use case is that rarely a user can specify one element to iterate over but I still need to show the completed progress bar so they don't freak out that this function didn't process their data.