A command-line tool for picking things randomly.
Make a random selection from a list of choices
Usage: choose [OPTIONS] <CHOICES>...
Arguments:
<CHOICES>... The possible choices to pick from
Options:
-n, --number <NUMBER> How many choices to pick [default: 1]
-h, --help Print help information
-V, --version Print version information
Pull requests are welcome. If you plan on submitting one, make sure to run rustfmt and clippy first, please.
This program is released under the terms of the MIT license (see LICENSE).