mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 14:12:31 +00:00
fmt
This commit is contained in:
parent
d2e97e01bc
commit
96d6f801fd
1 changed files with 2 additions and 1 deletions
|
@ -321,7 +321,8 @@ fn get_output(
|
|||
Block::Date => block_vec.push(meta.date.render(colors, flags)),
|
||||
Block::Name => {
|
||||
block_vec.extend([
|
||||
meta.name.render(colors, icons, display_option, flags.hyperlink),
|
||||
meta.name
|
||||
.render(colors, icons, display_option, flags.hyperlink),
|
||||
meta.indicator.render(flags),
|
||||
]);
|
||||
if !(flags.no_symlink.0 || flags.dereference.0 || flags.layout == Layout::Grid) {
|
||||
|
|
Loading…
Reference in a new issue