nushell/crates/nu-cli
Jason Gedge f5fad393d0
Refactor completion trait (#2555)
* Remove completion code from help/value shells

* Tweak the `Completer` trait for nushell.

Previously, this trait was built around rustyline's completion traits, and for
`Shell` instances. Now it is built for individual completers inside of nushell
that will complete a specific location based on a partial string. For example,
for completing a partially typed command in the command position.
2020-09-16 16:37:43 +12:00
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Refactor completion trait (#2555) 2020-09-16 16:37:43 +12:00
tests Allow folding with tables. (#2538) 2020-09-12 01:40:52 -05:00
build.rs Add wasm sample for CI (#2372) 2020-08-19 07:34:05 +12:00
Cargo.toml remove unused dependencies (#2520) 2020-09-09 13:57:51 -05:00