mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01: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 | ||
build.rs | ||
Cargo.toml |