Author: Greg Pfeil <greg@technomadic.org>
Committer: GitHub <noreply@github.com>
Various changes to option handling (#52) - options are named with `lowerCamelCase` instead of `kebab-case` - options are separated from values with `=` instead of `:` - use `True` and `False` for bool values - error on invalid options (collecting all before reporting)