rdice-cli-0.1.1 is not a library.
rdice-cli
rdice-cli provides the rdice command-line dice roller. It uses
rdice-core for dice definitions, expression parsing, rolling, and
deterministic analysis.
Install
Usage
Examples:
Custom Dice
The CLI reads custom dice from RDICE_CONFIG_PATH when set. Otherwise it uses:
~/.config/rdice/config.toml
Example:
[[]]
= "coin"
= ["heads", "tails"]
[[]]
= "fate"
= [-1, 0, 1]
Custom dice can be referenced without the internal custom prefix, so 2coin
resolves to the configured coin die.
License
Licensed under the MIT License.