# Functions
LoadFile take a path and load the file and return a new configuration.
LoadFiles takes multiples files, load and merge all of them in a single one.
MustNewConfigFrom try to create a configuration based on the type passed as arguments and panic on failures.
New creates a new empty config.
NewConfigFrom takes a interface and read the configuration like it was YAML.
VarSkipKeys prevents variable expansion for these keys.
# Variables
DefaultOptions defaults options used to read the configuration.