mirror of
https://github.com/nushell/nushell.git
synced 2024-12-17 20:51:57 +01:00
Merge branch 'main' into last2
This commit is contained in:
commit
0f27249319
@ -69,9 +69,9 @@ impl Command for Ls {
|
|||||||
span: call_span,
|
span: call_span,
|
||||||
},
|
},
|
||||||
if is_file {
|
if is_file {
|
||||||
Value::string("File", call_span)
|
Value::string("file", call_span)
|
||||||
} else if is_dir {
|
} else if is_dir {
|
||||||
Value::string("Dir", call_span)
|
Value::string("dir", call_span)
|
||||||
} else {
|
} else {
|
||||||
Value::Nothing { span: call_span }
|
Value::Nothing { span: call_span }
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user