mirror of
https://github.com/nushell/nushell.git
synced 2025-04-09 21:28:55 +02:00
Fix bug where --with-symlink-targets
would not display the targets
column (#1300)
This commit is contained in:
parent
407f36af29
commit
2c529cd849
@ -7,8 +7,8 @@ pub(crate) fn dir_entry_dict(
|
|||||||
metadata: &std::fs::Metadata,
|
metadata: &std::fs::Metadata,
|
||||||
tag: impl Into<Tag>,
|
tag: impl Into<Tag>,
|
||||||
full: bool,
|
full: bool,
|
||||||
with_symlink_targets: bool,
|
|
||||||
name_only: bool,
|
name_only: bool,
|
||||||
|
with_symlink_targets: bool,
|
||||||
) -> Result<Value, ShellError> {
|
) -> Result<Value, ShellError> {
|
||||||
let tag = tag.into();
|
let tag = tag.into();
|
||||||
let mut dict = TaggedDictBuilder::new(&tag);
|
let mut dict = TaggedDictBuilder::new(&tag);
|
||||||
|
Loading…
Reference in New Issue
Block a user