nushell/crates/nu-parser/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
..
lex Make lexing configurable wrt newlines (#3682) 2021-06-25 17:50:24 +12:00
parse Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
errors.rs Getting ready for multiline scripts (#2737) 2020-11-10 05:27:07 +13:00
flag.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
lib.rs Make lexing configurable wrt newlines (#3682) 2021-06-25 17:50:24 +12:00
parse.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
scope.rs Add the ability to remove and list aliases (#3879) 2021-08-17 08:56:35 -05:00
shapes.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00