mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 19:27:44 +02:00
Add examples to update cmd (#2628)
This commit is contained in:
@ -49,3 +49,12 @@ Updates an existing column on a table. First parameter is the column to update a
|
||||
1 │ X │ filesystem │ /
|
||||
━━━┷━━━┷━━━━━━━━━━━━┷━━━━━━
|
||||
```
|
||||
|
||||
Collect all the values of a nested column and join them together
|
||||
```shell
|
||||
> version | update features {get features | str collect ', '}
|
||||
───┬─────────┬──────────────────────────────────────────┬───────────────────────────
|
||||
# │ version │ commit_hash │ features
|
||||
───┼─────────┼──────────────────────────────────────────┼───────────────────────────
|
||||
0 │ 0.20.0 │ fdab3368094e938c390f1e5a7892a42da45add3e │ default, clipboard, trash
|
||||
───┴─────────┴──────────────────────────────────────────┴───────────────────────────
|
||||
|
Reference in New Issue
Block a user