Usage
-----

Make sure to set the executable flag with `chmod +x` on Linux and macOS.

Help and examples are provided in the CLI. Use --help on any command for its arguments and options.

Default values
--------------

The default value of any option can be customized: edit the .config appSettings section. For
example, to default the option:

    overview count --scope all

add:

    <add key="overview.count.scope" value="all"/>
