# `roll` Basic di(c)e roller utility. ## Usage Supports basic roll functionality for standard any set of dice and their sides. You *must* always include both a number of dice and the sides of the dice. ```bash $ roll 5d2 6 ``` By default, the sum of the rolls will be printed out on the terminal. ## Options THE OPTIONS DO NOT WORK AT THIS TIME. * `-a` -- `--all` * Show a list of all roles instead of the sum (overrides default behaviour). * `-s` -- `--sum` * Show the sum of all roles. This may be combined with other options.