mirror of
https://github.com/nushell/nushell.git
synced 2025-01-20 21:29:04 +01:00
ls type lowercase
This commit is contained in:
parent
0c7ec03ba0
commit
a29c333cb1
@ -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