mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 04:17:46 +02:00
Num links added to ls -l output (#2496)
This commit is contained in:
@ -279,8 +279,18 @@ fn list_all_columns() {
|
||||
#[cfg(unix)]
|
||||
{
|
||||
[
|
||||
"name", "type", "target", "readonly", "mode", "uid", "group", "size",
|
||||
"created", "accessed", "modified",
|
||||
"name",
|
||||
"type",
|
||||
"target",
|
||||
"num_links",
|
||||
"readonly",
|
||||
"mode",
|
||||
"uid",
|
||||
"group",
|
||||
"size",
|
||||
"created",
|
||||
"accessed",
|
||||
"modified",
|
||||
]
|
||||
.join("")
|
||||
}
|
||||
|
Reference in New Issue
Block a user