dduan / tre

Tree command, improved.
MIT License
885 stars 17 forks source link

Always recurse into the root path #55

Closed JaSpa closed 4 years ago

JaSpa commented 4 years ago

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

dduan commented 4 years ago

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