dsherret / dax

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

fix: pass only cmd str to `printCommandLogger` #203

Closed Yohe-Am closed 8 months ago

Yohe-Am commented 9 months ago

Minor zit that got in the way of using setPrintCommandLogger. To be specific, it used to decorate it with color codes and pass the greater than symbol as a prefix. This behavior was moved to the default logger instead of having it as arguments to any logger.