Do not call converters twice
If a config option uses a converter, it should not be called during command line parsing because it is already called during construction by attr.
If a config option uses a converter, it should not be called during command line parsing because it is already called during construction by attr.