dduan / tre

Tree command, improved.
MIT License
736 stars 16 forks source link

Always recurse into the root path #55

Closed JaSpa closed 3 years ago

JaSpa commented 3 years ago

A straightforward fix for #54: never filter the root entry out. (Maybe too straightforward?)

dduan commented 3 years ago

this solution makes sense to me. I'll follow up with some micro-optimization. Thanks for proposing and solving this feature!