nushell/crates/nu-explore/src
Eric Hodel a95a4505ef
Convert Shellerror::GenericError to named fields (#11230)
# Description

Replace `.to_string()` used in `GenericError` with `.into()` as
`.into()` seems more popular

Replace `Vec::new()` used in `GenericError` with `vec![]` as `vec![]`
seems more popular

(There are so, so many)
2023-12-07 00:40:03 +01:00
..
commands Use Record's public API in a bunch of places (#10927) 2023-11-08 14:24:00 +01:00
nu_common Convert more ShellError variants to named fields (#11173) 2023-11-28 06:43:51 -06: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 Convert Shellerror::GenericError to named fields (#11230) 2023-12-07 00:40:03 +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