mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 04:48:20 +02:00
@ -29,6 +29,6 @@ more than one column
|
||||
|
||||
use a block if setting the empty cell contents is wanted
|
||||
```shell
|
||||
> [[2020/04/16 2020/07/10 2020/11/16]; ['' [27] [37]]] | empty? 2020/04/16 -b { [33 37] }
|
||||
> [[2020/04/16 2020/07/10 2020/11/16]; ['' [27] [37]]] | empty? 2020/04/16 -b { |_| [33 37] }
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user