mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
parent
be53ecbbaa
commit
73921f4bd7
2 changed files with 2 additions and 2 deletions
|
@ -506,7 +506,7 @@ pub(crate) fn dir_entry_dict(
|
|||
span,
|
||||
});
|
||||
|
||||
cols.push("uid".into());
|
||||
cols.push("user".into());
|
||||
if let Some(user) = users::get_user_by_uid(md.uid()) {
|
||||
vals.push(Value::String {
|
||||
val: user.name().to_string_lossy().into(),
|
||||
|
|
|
@ -363,7 +363,7 @@ fn list_all_columns() {
|
|||
"mode",
|
||||
"num_links",
|
||||
"inode",
|
||||
"uid",
|
||||
"user",
|
||||
"group",
|
||||
"size",
|
||||
"created",
|
||||
|
|
Loading…
Reference in a new issue