mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-12-28 18:51:06 +00:00
parent
4d2d2385c1
commit
fc188935cd
@ -512,7 +512,7 @@ impl Columns {
|
|||||||
links: matches.opt_present("links"),
|
links: matches.opt_present("links"),
|
||||||
blocks: matches.opt_present("blocks"),
|
blocks: matches.opt_present("blocks"),
|
||||||
group: matches.opt_present("group"),
|
group: matches.opt_present("group"),
|
||||||
git: matches.opt_present("git"),
|
git: cfg!(feature="git") && matches.opt_present("git"),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user