1 个不稳定版本
0.1.2 | 2023年10月26日 |
---|
#2504 在 命令行工具
6KB
72 行
Rolls
Rolls 是一个命令行工具,旨在帮助玩 Dungeons and Dragons 的人。它实现了许多骰子类型:d4, d6, d8, d10, d20。
安装
$ cargo install rolls
使用方法
$ ./rolls -h
This command exists to help roll dices in D&D games.
The following are implemented: d4, d6, d8, d10, d20.
Usage: rolls <DICES> <AMOUNT>
Arguments:
<DICES> The type of dice to roll [possible values: d4, d6, d8, d10, d20]
<AMOUNT> The amount of dices to roll
Options:
-h, --help Print help
-V, --version Print version
$ ./rolls d4 3
Processing your results
⚄ 1,1 ⚄ 2,1 ⚄ 3,1
Total of rolls: 3
依赖项
~1.5–2.1MB
~40K SLoC