forked from extern/nushell
bff81f24aa
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
17 lines
282 B
Markdown
17 lines
282 B
Markdown
# roll column
|
|
Rolls the table columns
|
|
|
|
## Usage
|
|
```shell
|
|
> roll column (by) {flags}
|
|
```
|
|
|
|
## Parameters
|
|
* `(by)` the number of times to roll
|
|
|
|
## Flags
|
|
* -h, --help: Display this help message
|
|
* -o, --opposite: roll in the opposite direction
|
|
* -c, --cells-only: only roll the cells
|
|
|