update readme

This commit is contained in:
askiiart 2024-12-30 18:56:19 -06:00
parent 89097a5bc1
commit 246865a3b1
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -3,3 +3,8 @@
A better way of running commands.
`better-commands` allows you to run commands with both `stdout` and `stderr` properly, with command duration and timestamps for each line built-in.
## TODO
- Improve docs
- Add `Fn`/`FnOnce`/whatever for what code to run in the `stdout`/`stderr` loops, similar to `.map()`