click-spinner icon indicating copy to clipboard operation
click-spinner copied to clipboard

Spinner left last symbol on cmd

Open rajnathsah opened this issue 3 years ago • 1 comments

Using spinner, if i try printing anything on console then it spinner also gets added like below. It would better to have it cleared or add new line to avoid this.

My code -

with spinner(): time.sleep(2) print('hello')

Output - \hello

Expected output - hello

rajnathsah avatar Jun 08 '21 12:06 rajnathsah

Looks like this is addressed by https://github.com/click-contrib/click-spinner/pull/37.

bfontaine avatar Apr 05 '22 14:04 bfontaine