Skip to content

[click] lookup in the config files before env var

Amir MOHAMMADI requested to merge handle-click-callbacks into master

This changes the behavior of loading options in ResourceOptions Since the config files are given explicitly, similar to command line options, it's better to look there first before looking into env variables.

Merge request reports