mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 19:07:42 +02:00
Fix known externals, fix operator spans (#5140)
This commit is contained in:
@ -65,7 +65,7 @@ impl Command for KeybindingsList {
|
||||
.collect()
|
||||
} else {
|
||||
call.named_iter()
|
||||
.flat_map(|(argument, _)| get_records(argument.item.as_str(), &call.head))
|
||||
.flat_map(|(argument, _, _)| get_records(argument.item.as_str(), &call.head))
|
||||
.collect()
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user