mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:25:55 +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:
24
docs/commands/random-dice.md
Normal file
24
docs/commands/random-dice.md
Normal file
@ -0,0 +1,24 @@
|
||||
# random dice
|
||||
Generate a random dice roll
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
> random dice {flags}
|
||||
```
|
||||
|
||||
## Flags
|
||||
* -h, --help: Display this help message
|
||||
* -d, --dice <integer>: The amount of dice being rolled
|
||||
* -s, --sides <integer>: The amount of sides a die has
|
||||
|
||||
## Examples
|
||||
Roll 1 dice with 6 sides each
|
||||
```shell
|
||||
> random dice
|
||||
```
|
||||
|
||||
Roll 10 dice with 12 sides each
|
||||
```shell
|
||||
> random dice -d 10 -s 12
|
||||
```
|
||||
|
Reference in New Issue
Block a user