nushell/crates/nu-cli
Jason Gedge e4b42b54ad
Simplify NuCompleter. (#2254)
- Removing old code for dealing with escaping, since that has moved elsewhere.
- Eliminating some match statements in favour of result/option methods.
- Fix an issue where completing inside quotes could remove the quote at the
  beginning, if one already existed on the line but the replacement didn't have
  a quote at the beginning.
2020-07-25 10:41:14 -04:00
..
src Simplify NuCompleter. (#2254) 2020-07-25 10:41:14 -04: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