percyfal / ratatosk

Apache License 2.0
17 stars 6 forks source link

Resolve option update order #43

Closed percyfal closed 11 years ago

percyfal commented 11 years ago

If an option is set in config_file and in custom_config (e.g. target_generator_handler) the latter does not override the former. The order of preference should be:

  1. command line
  2. custom config
  3. config file
  4. default value