MrRaindrop / tree-cli

🌴List contents of directories in tree-like format.
MIT License
253 stars 24 forks source link

```tree -l 2 -o out.txt -d``` throws error on Windows 7 #7

Closed tylerlindell closed 5 years ago

tylerlindell commented 7 years ago

error message is this: tree -l 2 -o out.txt -d

MrRaindrop commented 7 years ago

Just try this:

treee -l 2 -o out.txt -d

Note the tree command should be replaced by treee since the tree command has already been taken by windows system. There's another bug for -d, which is fixed in the newest version 0.4.12.