Skip to content

Add unified configuration handling (closes #19)

Klaus Zimmermann requested to merge (removed):config-files into master

This adds loading of multiple yml files from various locations. Namely, in order, with later files taking precendence over earlier ones the following directories are scanned for any .yml file. The order of the files within each directory is standard globbing order.

  • $PACKAGE/etc/
  • /etc/climix/
  • /climix, including
  • ~/.config/climix/

Merge request reports