oxur / mdsplode

A CLI tool for exploding and serialising Markdown files (metadata, AST, rendered parts, and rendered whole)
Apache License 2.0
0 stars 0 forks source link

Support sending shell output to any device or file #26

Closed oubiwann closed 6 months ago

oubiwann commented 6 months ago

Gonna start with streams and support only stdout and stderr for now. Can always add file support later, if needed.

oubiwann commented 6 months ago

This is done. Also separated logging device and command output device.