nushell/crates/nu-completion/src
Hristo Filaretov b8e2bdd6b1
Allow different names for ...rest (#3954)
* Allow different names for ...rest

* Resolves #3945

* This change requires an explicit name for the rest argument in `WholeStreamCommand`,
  which is why there are so many changed files.

* Remove redundant clone

* Add tests
2021-08-27 05:58:53 +12:00
..
matchers Extract completions into subcrate. (#3631) 2021-06-16 15:20:01 -05:00
command.rs Simplify is_executable in nu-completion. (#3742) 2021-07-07 07:53:07 -05:00
completer.rs Make lexing configurable wrt newlines (#3682) 2021-06-25 17:50:24 +12:00
engine.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
flag.rs Variable completions. (#3666) 2021-06-23 19:21:39 +12:00
lib.rs Variable completions. (#3666) 2021-06-23 19:21:39 +12:00
path.rs Add trailing slash in completion of symlinked dir (#3921) 2021-08-17 07:13:59 +12:00
variable.rs Allow environment variables to be hidden (#3950) 2021-08-26 08:15:58 -05:00