Config file is ignored

The config file is ignored when using builder.withPersistentConfigFile(Path configFile). It only is used when additionally calling builder.withPersistentConfig(true).

This is unintuitive and easily missed. If I say use this config file, this should imply use a config file.

(Will send a MR in the next minutes)