mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +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. ``` |
||
---|---|---|
.. | ||
value | ||
call_info.rs | ||
lib.rs | ||
macros.rs | ||
maybe_owned.rs | ||
return_value.rs | ||
signature.rs | ||
syntax_shape.rs | ||
type_name.rs | ||
type_shape.rs | ||
value.rs |