pywatch
pywatch copied to clipboard
Add redraw/clear
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.
Agreed -- maybe a cli flag to turn it off? I'd just been passing a command that was "clear && (do my tests)"