mirror of
https://github.com/nushell/nushell.git
synced 2025-03-20 18:49:09 +01:00
175 B
175 B
title | layout | version |
---|---|---|
reverse | command | 0.59.0 |
Reverses the table.
Signature
> reverse
Examples
Reverse the items
> [0,1,2,3] | reverse