dhrosa / circuitpython_tool

Command-line tool for interacting with CircuitPython devices
MIT License
2 stars 0 forks source link

Cleanly separate stderr and stdout #4

Closed dhrosa closed 7 months ago

dhrosa commented 8 months ago

Currently the way we use Rich, logging output is in the same output stream as pure output.

It would be nice to be able to run commands like mount and directly pipe that output to a file or another shell command without user post-processing.