dsherret / dax

Cross-platform shell tools for Deno and Node.js inspired by zx.
MIT License
997 stars 34 forks source link

docs(README): improve clarity #128

Closed vegerot closed 11 months ago

nettybun commented 11 months ago

I'd also like clarification here - when I read that sentence I wasn't sure what was meant. I imagine printing the command will mess up downstream code that does .captureCombined() (it would capture the printed command).

dsherret commented 11 months ago

I removed this sentence from the docs. Calling this function will most likely never break downstream code except in maybe very creative convoluted scenarios (printing the command logs directly to the console by default and doesn't go through any of the shell machinery)