mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 04:17:55 +02:00
@ -14,3 +14,10 @@ Wrap the value into a column.
|
||||
|
||||
- `name`: the name of the column
|
||||
|
||||
## Examples
|
||||
|
||||
Wrap a list into a table with a given column name
|
||||
```shell
|
||||
> echo [1 2 3] | wrap num
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user