mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 06:05:27 +02:00
Autogenerate missing docs (#3514)
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
This commit is contained in:
16
docs/commands/roll-column.md
Normal file
16
docs/commands/roll-column.md
Normal file
@ -0,0 +1,16 @@
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user