nushell/crates/nu-explore/src/commands
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
..
config.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
config_show.rs revert: move to ahash (#9464) 2023-06-18 15:27:57 +12:00
expand.rs color_config now accepts closures as color values (#7141) 2022-12-17 07:07:56 -06:00
help.rs revert: move to ahash (#9464) 2023-06-18 15:27:57 +12:00
mod.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
nu.rs using ratatui instead of tui (#8952) 2023-04-26 01:07:23 +02:00
quit.rs nu-explore/ A few things (#7339) 2022-12-16 09:47:07 -06:00
table.rs Fix typos by codespell (#7600) 2022-12-26 02:31:26 -05:00
try.rs explore tweaks Round 1 (#7511) 2022-12-17 12:05:41 -08:00
tweak.rs Add functions for each Value case (#9736) 2023-07-21 08:20:33 -05:00