mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-11 07:10:56 +00:00
Actually show the header all the time
This commit is contained in:
parent
cf1f1f3ec5
commit
5a64b51b27
@ -205,7 +205,7 @@ impl View {
|
|||||||
else {
|
else {
|
||||||
let details = Details {
|
let details = Details {
|
||||||
columns: try!(Columns::deduce(matches)),
|
columns: try!(Columns::deduce(matches)),
|
||||||
header: matches.opt_present("tree"),
|
header: matches.opt_present("header"),
|
||||||
tree: matches.opt_present("recurse"),
|
tree: matches.opt_present("recurse"),
|
||||||
filter: filter,
|
filter: filter,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user