Old-Man-Programmer / tree

Tree for Unix/LInux
GNU General Public License v2.0
140 stars 31 forks source link

-U option not work with --fromtabfile #5

Closed jack6th closed 2 months ago

jack6th commented 1 year ago

tree v2.1.1

Input bash command echo $'Leve 1\n\tItem 3\n\tItem 2\n\tItem 1' | tree --fromtabfile -U --noreport output

.
└── Leve 1
    ├── Item 1
    ├── Item 2
    └── Item 3

User expect

.
└── Leve 1
    ├── Item 3
    ├── Item 2
    └── Item 1
Old-Man-Programmer commented 2 months ago

This should be fixed in 2.1.3.