mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 20:38:40 +00:00
176 B
176 B
| title | layout | version |
|---|---|---|
| reverse | command | 0.59.0 |
Reverses the table.
Signature
> reverse
Examples
Reverse the items
> [0,1,2,3] | reverse