mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
4926865c4e
* Initialize join.rs as a copy of collect.rs * Evolve StrCollect into StrJoin * Replace 'str collect' with 'str join' everywhere git ls-files | lines | par-each { |it| sed -i 's,str collect,str join,g' $it } * Deprecate 'str collect' * Revert "Deprecate 'str collect'" This reverts commit |
||
---|---|---|
.. | ||
environment | ||
pipeline | ||
mod.rs |