MrRaindrop / tree-cli

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

"Too many parameters" error on Windows #1

Closed dchekanov closed 8 years ago

dchekanov commented 8 years ago

It doesn't seem to accept parameters when running on Windows:

> tree -L 2 -o out.txt Too many parameters - 2

> tree -o tree.txt Too many parameters - tree.txt

MrRaindrop commented 8 years ago

It's the system's tree command, not of this package. In the latest version (0.4.9) of tree-cli, there's a alias command for tree to use, the treee. Just enter the command treee -l 2 -o out.txt and it should work fine.