dsherret / dax

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

Add better inspect for `PathRef` #114

Closed dsherret closed 1 year ago

dsherret commented 1 year ago

It's not good right now:

> const p = $.path(".").resolve()
undefined
> p
PathRef {}

Should probably be PathRef("..path goes here...") or something like that.

dsherret commented 1 year ago

Closed by #120