# DnDice
DnD Dice Rolling on the command line, speaks for itself!
## Install
```bash
cargo install dndice
```
## Usage
```bash
DnD Dice Roller on the command line!
Usage: dndice [OPTIONS]
Options:
-d, --die <DIE> The type of sided die to use [default: 20]
-n, --number <NUMBER> Number of dice to cast [default: 1]
-m, --modifier <MODIFIER> Modifier value to the output [default: 0]
-r, --raw <RAW> Raw value (e.g. 3d4 + 12, 2d3 etc.)
-h, --help Print help (see more with '--help')
-V, --version Print version
```