mirror of
https://github.com/danbulant/nushell
synced 2026-06-12 11:11:16 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| completer.rs | ||
| filesystem_shell.rs | ||
| help_shell.rs | ||
| helper.rs | ||
| palette.rs | ||
| shell.rs | ||
| shell_manager.rs | ||
| value_shell.rs | ||