fish-shell / fish-shell/fish-shell
Should `string join \n` disable newline-splitting on the results?
Open
RFC
- Dominant language
- Rust
- Stars
- 34.2k
- Forks
- 2.4k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 13
Description
The command `string join \n` is rather pointless because the output of this command undergoes newline-splitting again. We should consider disabling newline-splitting for `string join` in general, as the whole point of this command is to join all arguments into a single string.
Contributor guide
Assessment
This issue has not been assessed yet.