pywatch icon indicating copy to clipboard operation
pywatch copied to clipboard

Add redraw/clear

Open alfredodeza opened this issue 13 years ago • 1 comments

When doing TDD is useful to clear the screen and see only new output.

os.system('clear')

Would do the trick, not sure if this would make sense as a default option or a CLI flag is needed. I can help if this makes sense with a pull request.

alfredodeza avatar Dec 06 '11 22:12 alfredodeza

Agreed -- maybe a cli flag to turn it off? I'd just been passing a command that was "clear && (do my tests)"

cmheisel avatar Dec 06 '11 22:12 cmheisel