nushell/crates/nu-cli/src
Piotr Kufel 466b3899e0
Use the Default implementation of Suggestion (#13409)
# Description

Take advantage of the `Default` implementation of `Suggestion`. This in
particular should make code compatible forward-compatible with
https://github.com/nushell/reedline/pull/798.

# User-Facing Changes
None

# Tests + Formatting

Existing coverage.
2024-07-30 08:32:40 -05:00
..
commands Fix keybindings list being empty by default (#13456) 2024-07-26 16:03:05 +08:00
completions Use the Default implementation of Suggestion (#13409) 2024-07-30 08:32:40 -05:00
menus Use the Default implementation of Suggestion (#13409) 2024-07-30 08:32:40 -05:00
config_files.rs Converted perf function to be a macro. Utilized the perf macro within the polars plugin. (#13224) 2024-06-27 18:56:56 -05:00
eval_cmds.rs Update config directly at assignment (#13332) 2024-07-11 06:09:33 -07:00
eval_file.rs Report parse warns and compile errs when running script files (#13369) 2024-07-14 10:12:55 +02:00
lib.rs Add top-level crate documentation/READMEs (#12907) 2024-07-14 10:10:41 +02:00
nu_highlight.rs Update config directly at assignment (#13332) 2024-07-11 06:09:33 -07:00
print.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
prompt_update.rs Refactor the CLI code a bit (#12782) 2024-05-10 07:29:27 +08:00
prompt.rs cleanup osc calls for shell_integration (#12810) 2024-05-08 13:34:04 -05:00
reedline_config.rs Update config directly at assignment (#13332) 2024-07-11 06:09:33 -07:00
repl.rs Update config directly at assignment (#13332) 2024-07-11 06:09:33 -07:00
syntax_highlight.rs Overhaul $in expressions (#13357) 2024-07-17 16:02:42 -05:00
util.rs Internal representation (IR) compiler and evaluator (#13330) 2024-07-10 17:33:59 -07:00
validation.rs Remove old alias implementation (#8797) 2023-04-07 21:09:38 +03:00