1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-29 09:06:52 +01:00
nushell/crates/nu-cli/src
Stefan Holderbach 6e9b6f22c9
Deref &String arguments to &str where appropriate ()
# Description
This generally makes for nicer APIs, as you are not forced to use an
existing allocation covering the full `String`.

Some exceptions remain where the underlying type requirements favor it.

# User-Facing Changes
None
2023-09-12 14:06:56 +08:00
..
commands signpost 'input list --types [key]' from 'keybindings list' () 2023-09-09 09:42:37 -05:00
completions Deref &String arguments to &str where appropriate () 2023-09-12 14:06:56 +08:00
menus Fix a crash when moving the cursor after accepting a suggestion from the help menu () 2023-08-14 05:58:39 -05:00
config_files.rs Fix config creation during printing () 2023-06-04 22:04:28 +03:00
eval_cmds.rs Move CLI related commands to nu-cli () 2023-04-10 10:56:47 +12:00
eval_file.rs Deref &String arguments to &str where appropriate () 2023-09-12 14:06:56 +08:00
lib.rs cratification: move the bytes command to nu-cmd-extra () 2023-06-23 12:23:08 -07:00
nu_highlight.rs Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
print.rs allow print to take data as input again () 2023-07-27 21:40:25 +02:00
prompt_update.rs remove nu_cli crate dependency from nu_std () 2023-04-08 13:53:43 +02:00
prompt.rs Fix default prompt indicators () 2023-08-05 04:47:46 +12:00
reedline_config.rs support tab completion cycling () 2023-09-03 19:19:39 -05:00
repl.rs Make cursor_shape optional () 2023-09-09 13:42:36 -05:00
syntax_highlight.rs Use slices directly instead of &Vec () 2023-09-12 11:38:20 +08:00
util.rs Move Value to helpers, separate span call () 2023-09-03 07:27:29 -07:00
validation.rs Remove old alias implementation () 2023-04-07 21:09:38 +03:00