dsherret / dax

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

docs: correct `PathRef.prototype.renameSync` docs #176

Closed nettybun closed 10 months ago

nettybun commented 10 months ago

Spotted when reading the docs: https://deno.land/x/dax@0.34.0/src/path.ts?s=PathRef#method_renameSync_0

nettybun commented 10 months ago

Also it looks like you're using the word "path" to mean PathRef? Which is cool once I tilt my head a bit but as a Node dev I keep thinking "path" means string...

Anyway thanks for the good project.