nushell/crates/nu-explore/src
Ian Manske 59ea28cf06
Use Record::get instead of Value functions (#10925)
# Description
Where appropriate, this PR replaces instances of
`Value::get_data_by_key` and `Value::follow_cell_path` with
`Record::get`. This avoids some unnecessary clones and simplifies the
code in some places.
2023-11-08 21:47:37 +01:00
..
commands Use Record's public API in a bunch of places (#10927) 2023-11-08 14:24:00 +01:00
nu_common Use Record::get instead of Value functions (#10925) 2023-11-08 21:47:37 +01:00
pager Use Record's public API in a bunch of places (#10927) 2023-11-08 14:24:00 +01:00
registry explore: remove :config, :show-config, :tweak commands (#10259) 2023-09-07 10:34:08 -05:00
views Use Record's public API in a bunch of places (#10927) 2023-11-08 14:24:00 +01:00
default_context.rs Move explore command out of nu-command deps (#9421) 2023-06-14 01:18:36 +02:00
explore.rs Add long options for viewers (#10787) 2023-10-20 11:43:42 -05:00
lib.rs explore: remove :config, :show-config, :tweak commands (#10259) 2023-09-07 10:34:08 -05:00