dsherret / dax

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

fix: regression - `.bytes()` signature should support no argument #265

Closed dsherret closed 2 months ago

dsherret commented 2 months ago

Considered a regression because the documentation had this called without an arg and this was unintended. Seems there was no tests for this method to catch this.