Looks like the code is trying to parse an enum and it's case sensitive so you need to change
verbosity=diagnostic
to
verbosity=Diagnostic
I'll update the docs.
Mike
Looks like the code is trying to parse an enum and it's case sensitive so you need to change
verbosity=diagnostic
to
verbosity=Diagnostic
I'll update the docs.
Mike