nushell/crates/nu-cli
Jason Gedge 6b31a006b8
Refactor all completion logic into NuCompleter (#2252)
* Refactor all completion logic into `NuCompleter`

This is the next step to improving completions. Previously, completion logic was
scattered about (`FilesystemShell`, `NuCompleter`, `Helper`, and `ShellManager`).
By unifying the core logic into a central location, it will be easier to take the
next steps in improving completion.

* Update context.rs

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2020-07-25 11:39:12 +12:00
..
src Refactor all completion logic into NuCompleter (#2252) 2020-07-25 11:39:12 +12:00
tests Add to xml command (#2141) (#2155) 2020-07-24 19:41:22 +12:00
Cargo.toml Add to xml command (#2141) (#2155) 2020-07-24 19:41:22 +12:00