Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 625 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 625 Bytes

Choose

A command-line tool for picking things randomly.

Usage

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

Contributing

Pull requests are welcome. If you plan on submitting one, make sure to run rustfmt and clippy first, please.

License

This program is released under the terms of the MIT license (see LICENSE).