nushell/crates/nu-command/src/help
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
..
help_.rs Convert Shellerror::GenericError to named fields (#11230) 2023-12-07 00:40:03 +01:00
help_aliases.rs Convert ShellError::AliasNotFound to named fields (#11118) 2023-11-21 16:24:08 +08:00
help_commands.rs Convert ShellError::CommandNotFound to named fields (#11094) 2023-11-19 21:31:28 +01:00
help_escapes.rs Add 'help escapes' command for quick reference of nushell string escapes (#10522) 2023-09-30 09:04:27 -05:00
help_externs.rs Convert ShellError::CommandNotFound to named fields (#11094) 2023-11-19 21:31:28 +01:00
help_modules.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
help_operators.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00
mod.rs Add 'help escapes' command for quick reference of nushell string escapes (#10522) 2023-09-30 09:04:27 -05:00