nushell/crates/nu-command/src/commands/strings/str_
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
..
case Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
trim Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
capitalize.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
collect.rs Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
command.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
contains.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
downcase.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
ends_with.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
find_replace.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
index_of.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
length.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
lpad.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
mod.rs Adding all-trim option (with format and all-flag) (#3696) 2021-06-28 05:42:15 +12:00
reverse.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
rpad.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
starts_with.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
substring.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
to_datetime.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
to_decimal.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
to_integer.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00
upcase.rs Allow different names for ...rest (#3954) 2021-08-27 05:58:53 +12:00