usage: pytest [-h] --module MODULE [--config CONFIG] {dump,check,schema} ...

Do things with gifnoc configurations.

positional arguments:
  {dump,check,schema}
    dump               Dump configuration.
    check              Check configuration (true/false).
    schema             Dump JSON schema.

options:
  -h, --help           show this help message and exit
  --module, -m MODULE  Module(s) with the configuration definition(s)
  --config, -c CONFIG  Configuration file(s) to load.

===
