When you use --verbose and --progress options in the command the display scrolls up and the progress bar is not displayed as expected.
How to reproduce:
cargo run -- cp -vgr ../coreutils /tmp/
then the terminal looks like the attached screenshot:

Expected display: the progress bar stay at the bottom of the terminal.
When you use
--verboseand--progressoptions in the command the display scrolls up and the progress bar is not displayed as expected.How to reproduce:
then the terminal looks like the attached screenshot:

Expected display: the progress bar stay at the bottom of the terminal.