2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
nushell/crates/nu-protocol/src
Jason Gedge 01dd358a18
Don't emit a newline in autoview. ()
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.
```
2020-03-09 08:18:24 +13:00
..
value Columns can be renamed. () 2020-03-03 16:01:24 -05:00
call_info.rs More docs () 2020-01-16 07:32:46 +13:00
lib.rs Merge env into $nu and simplify table/get () 2020-03-08 18:33:30 +13:00
macros.rs Don't emit a newline in autoview. () 2020-03-09 08:18:24 +13:00
maybe_owned.rs Add more comments () 2020-01-16 05:28:31 +13:00
return_value.rs compute directory sizes from contained files and directories () 2020-01-26 15:43:29 +13:00
signature.rs Short-hand flags () 2020-02-11 18:24:31 -08:00
syntax_shape.rs Restructure and streamline token expansion () 2020-01-21 17:45:03 -05:00
type_name.rs More docs and random fixes () 2020-01-19 08:42:36 +13:00
type_shape.rs More docs and random fixes () 2020-01-19 08:42:36 +13:00
value.rs Merge env into $nu and simplify table/get () 2020-03-08 18:33:30 +13:00