nushell/crates/nu-explore/src
Ian Manske 7e1b922ea7
Add functions for each Value case (#9736)
# Description
This PR ensures functions exist to extract and create each and every
`Value` case. It also renames `Value::boolean` to `Value::bool` to match
`Value::test_bool`, `Value::as_bool`, and `Value::Bool`. Similarly,
`Value::as_integer` was renamed to `Value::as_int` to be consistent with
`Value::int`, `Value::test_int`, and `Value::Int`. These two renames can
be undone if necessary.

# User-Facing Changes
No user facing changes, but two public functions were renamed which may
affect downstream dependents.
2023-07-21 08:20:33 -05:00
..
commands Add functions for each Value case (#9736) 2023-07-21 08:20:33 -05:00
nu_common Fix explore crashes on {} (#9623) 2023-07-06 20:17:55 -05:00
pager revert: move to ahash (#9464) 2023-06-18 15:27:57 +12:00
registry revert: move to ahash (#9464) 2023-06-18 15:27:57 +12:00
views nu-explore/ Add handlers for HOME/END keys (#9666) 2023-07-12 14:13:35 -05:00
default_context.rs Move explore command out of nu-command deps (#9421) 2023-06-14 01:18:36 +02:00
explore.rs Add functions for each Value case (#9736) 2023-07-21 08:20:33 -05:00
lib.rs Move explore command out of nu-command deps (#9421) 2023-06-14 01:18:36 +02:00