nushell/crates/nu-cli/src/completions
Stefan Holderbach 6e9b6f22c9
Deref &String arguments to &str where appropriate (#10321)
# 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
..
base.rs Add MatchAlgorithm for completion suggestions (#5244) 2022-04-23 10:01:19 -05:00
command_completions.rs Use slices directly instead of &Vec (#10328) 2023-09-12 11:38:20 +08:00
completer.rs Deref &String arguments to &str where appropriate (#10321) 2023-09-12 14:06:56 +08:00
completion_options.rs Update path completions to handle spaces (#5419) 2022-05-03 12:37:38 +12:00
custom_completions.rs revert: move to ahash (#9464) 2023-06-18 15:27:57 +12:00
directory_completions.rs Fix tab completion order of directories to consistent with order of files (#10102) 2023-08-24 06:19:13 -05:00
dotnu_completions.rs Use variable names directly in the format strings (#7906) 2023-01-29 19:37:54 -06:00
file_completions.rs Fix tab completion order of directories to consistent with order of files (#10102) 2023-08-24 06:19:13 -05:00
flag_completions.rs Don't resuggest accepted completions (#5369) 2022-05-02 11:35:37 +02:00
mod.rs Update path completions to handle spaces (#5419) 2022-05-03 12:37:38 +12:00
variable_completions.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00