mirror of
https://github.com/nushell/nushell.git
synced 2025-02-05 05:00:11 +01: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