Versions in this module Expand all Collapse all v0 v0.0.0 May 20, 2023 Changes in this version + var HelpText = ... + var ShowTotalOnly bool + func Dice(noOfSides int) int + func DoRollDice(in io.Reader, out io.Writer, eout io.Writer, args []string) error + func ParseRoll(src string) (int, int, int, error) + func RollDice(out io.Writer, args []string, displayRoll bool) (int, error)