dsherret / dax

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

feat: add cat command #144

Closed sigmaSd closed 1 year ago

sigmaSd commented 1 year ago

also what about putting those tests file under their own folder, they kind of clatter the view

dsherret commented 1 year ago

also what about putting those tests file under their own folder, they kind of clatter the view

I prefer having them right beside the files that are being tested. It helps encourage adding or modifying tests when changing the file.