nushell/crates/nu-cli/src/menus
Yuheng Su bb27b9f371
Don't resuggest accepted completions (#5369)
To avoid resuggesting the same completion, add a space after commands or flags that have been accepted via `Enter`. Don't do that for filepaths or external completions

* Add append_whitespace choice for suggestion

Signed-off-by: gipsyh <gipsyh.icu@gmail.com>

* Fixed `test <path>` appending space.

* Update reedline

Co-authored-by: sholderbach <sholderbach@users.noreply.github.com>
2022-05-02 11:35:37 +02:00
..
description_menu.rs typo: seach -> search (#5264) 2022-04-21 07:38:24 +12:00
help_completions.rs Don't resuggest accepted completions (#5369) 2022-05-02 11:35:37 +02:00
menu_completions.rs Don't resuggest accepted completions (#5369) 2022-05-02 11:35:37 +02:00
mod.rs Generic menus (#5085) 2022-04-04 15:54:48 +01:00