mirror of
https://github.com/nushell/nushell
synced 2024-11-15 09:27:08 +00:00
01dd358a18
The extra newline character makes it hard to use nu as part of an external processing pipeline, since the extra character could taint the results. For example: ``` $ nu -c 'echo test | xxd' 00000000: 7465 7374 test ``` versus ``` nu -c 'echo test' | xxd 00000000: 7465 7374 0a test. ``` |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |