Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
ex_ttrpg_dev roll
to handle multiple dice specs
Previously, only one dice spec could be given, i.e. `ex_ttrpg_dev roll 3d4`. However, now multiple dice specs can be given in a single invocation. That is, one can now do something like ``` $ ./ex_ttrpg_dev roll 10d10,10d12,10d20 10d10: [5, 3, 8, 4, 10, 3, 9, 2, 7, 4] 10d12: [9, 3, 3, 4, 11, 12, 12, 3, 6, 12] 10d20: [7, 3, 7, 4, 6, 1, 16, 3, 16, 6] ```
- Loading branch information