bskinn / stdio-mgr

Context manager for mocking/wrapping stdin/stdout/stderr
MIT License
14 stars 4 forks source link

Add option to scrub ANSI and Win console command codes #97

Open bskinn opened 4 years ago

bskinn commented 4 years ago

Potentially YAGNI, but I would think basically any time I were capturing colored output I'd want the codes stripped (unless I were specifically trying to test the colorization).