mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 05:08:01 +02:00
* feat: update #4455, regenerate commands' docs * chore: update make_docs script
This commit is contained in:
@ -18,7 +18,7 @@ Flatten the table.
|
||||
|
||||
flatten a table
|
||||
```shell
|
||||
> [[N, u, s, h, e, l, l]] | flatten
|
||||
> [[N, u, s, h, e, l, l]] | flatten
|
||||
```
|
||||
|
||||
flatten a table, get the first item
|
||||
@ -40,4 +40,3 @@ Flatten inner table
|
||||
```shell
|
||||
> { a: b, d: [ 1 2 3 4 ], e: [ 4 3 ] } | flatten
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user