nushell/crates/nu-cli/src/shell
Jason Gedge 9d24b440bb
Introduce completion abstractions to nushell. (#2198)
* Introduce completion abstractions to nushell.

Currently, we rely on rustyline's completion structures. By abstracting this
away, we are more flexible to introduce someone elses completion engine, or our
own.

* Update value_shell.rs

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2020-07-18 14:55:10 +12:00
..
completer.rs Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
filesystem_shell.rs Introduce completion abstractions to nushell. (#2198) 2020-07-18 14:55:10 +12:00
help_shell.rs Introduce completion abstractions to nushell. (#2198) 2020-07-18 14:55:10 +12:00
helper.rs Introduce completion abstractions to nushell. (#2198) 2020-07-18 14:55:10 +12:00
palette.rs Add ThemedPalette (#1873) 2020-06-26 16:40:12 +12:00
shell.rs Introduce completion abstractions to nushell. (#2198) 2020-07-18 14:55:10 +12:00
shell_manager.rs Introduce completion abstractions to nushell. (#2198) 2020-07-18 14:55:10 +12:00
value_shell.rs Introduce completion abstractions to nushell. (#2198) 2020-07-18 14:55:10 +12:00