mirror of
https://github.com/lsd-rs/lsd
synced 2025-03-05 07:27:20 +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::Date => block_vec.push(meta.date.render(colors, flags)),
|
||||||
Block::Name => {
|
Block::Name => {
|
||||||
block_vec.extend([
|
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),
|
meta.indicator.render(flags),
|
||||||
]);
|
]);
|
||||||
if !(flags.no_symlink.0 || flags.dereference.0 || flags.layout == Layout::Grid) {
|
if !(flags.no_symlink.0 || flags.dereference.0 || flags.layout == Layout::Grid) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue