Incompatible Changes
- `parse_args()` is now implemented using werkzeug. While this does not
change rouver's API, it may have incompatible side-effects or change the
way CGI arguments are parsed slightly.
- Remove `CGIFileArgument`.
API Additions
- `rouver.args`: Add `exhaustive` keyword-only argument to `parse_args()`,
`ArgumentParser.parse_args()`, and `RouteHandlerBase.parse_args()`.