mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 14:12:31 +00:00
fix display for --tree with --long
This commit is contained in:
parent
119ddb3aa4
commit
2642544210
1 changed files with 2 additions and 0 deletions
|
@ -190,6 +190,8 @@ fn inner_display_tree(
|
||||||
group: detect_group_length(&metas),
|
group: detect_group_length(&metas),
|
||||||
size: detect_size_lengths(&metas, flags),
|
size: detect_size_lengths(&metas, flags),
|
||||||
date: detect_date_length(&metas, flags),
|
date: detect_date_length(&metas, flags),
|
||||||
|
name: detect_name_length(&metas, &icons),
|
||||||
|
name_with_symlink: detect_name_with_symlink_length(&metas, &icons),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue