mirror of
https://github.com/nushell/nushell.git
synced 2024-12-16 04:01:43 +01: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,
|
||||
tag: impl Into<Tag>,
|
||||
full: bool,
|
||||
with_symlink_targets: bool,
|
||||
name_only: bool,
|
||||
with_symlink_targets: bool,
|
||||
) -> Result<Value, ShellError> {
|
||||
let tag = tag.into();
|
||||
let mut dict = TaggedDictBuilder::new(&tag);
|
||||
|
Loading…
Reference in New Issue
Block a user