A better way of running commands - get stdout and stderr together, in order with timestamps, while easily running code as the command runs line-by-line.
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
better-commands
A better way of running commands - get stdout and stderr together, in order with timestamps, while easily running code as the command runs line-by-line.
TODO
- Improve docs
- Add
lines
capability torun_with_funcs()