nushell/crates/nu-command/src/viewers
Maxim Zhiburt 6be91a68f3
nu-table: Improve table -a (#11905)
Hi there;

Sorry took that long to respond.

I guess it's good?
It will consume the whole stream whether possible.
I do believe it will be faster in WSL in general too (in a sense of
whole buffer output), but its interesting issue probably needed to be
separated. It was not very well explained as well.

```nushell
> 0..2000 | table -a 2
╭───┬──────╮
│ 0 │    0 │
│ 1 │    1 │
│ 2 │ ...  │
│ 3 │ 1999 │
│ 4 │ 2000 │
╰───┴──────╯
```

Take care

fix: #11845

cc: @fdncred
2024-02-23 19:12:10 -06:00
..
griddle.rs Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00
icons.rs Convert Shellerror::GenericError to named fields (#11230) 2023-12-07 00:40:03 +01:00
mod.rs Move explore command out of nu-command deps (#9421) 2023-06-14 01:18:36 +02:00
table.rs nu-table: Improve table -a (#11905) 2024-02-23 19:12:10 -06:00