dsherret / dax

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

feat: `PathRef` - make `mkdir` recursive by default #110

Closed dsherret closed 1 year ago

dsherret commented 1 year ago

It's easier when this is recursive by default.

Note: We should not make remove recursive by default though because we don't want to accidentally delete more than we should.