Command-line utility for choosing randomly from a list, rolling a die or tossing a coin.
cargo install rndmator
``` rndmator 0.1.0 Aman Harwara amanharwara@protonmail.com Command-line utility to randomly choose from a list, roll dice or toss a coin.
USAGE: rndmator [OPTIONS] [SUBCOMMAND]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-r, --repeat
SUBCOMMANDS: -c, coin Toss a coin -d, dice Roll a dice -l, list Randomly choose an item from a list -n, number Random number between range help Prints this message or the help of the given subcommand(s) ```
``` USAGE: rndmator {coin, -c} [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-r, --repeat
``` USAGE: rndmator {dice, -d} [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-r, --repeat
```
USAGE:
rndmator {list, -l} [OPTIONS]
ARGS:
The list to choose an item from
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-a, --amount
```
USAGE:
rndmator {number, -n} [OPTIONS]
ARGS:
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-r, --repeat