mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 08:53:29 +01:00
bff81f24aa
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
399 B
399 B
random dice
Generate a random dice roll
Usage
> random dice {flags}
Flags
- -h, --help: Display this help message
- -d, --dice : The amount of dice being rolled
- -s, --sides : The amount of sides a die has
Examples
Roll 1 dice with 6 sides each
> random dice
Roll 10 dice with 12 sides each
> random dice -d 10 -s 12