pub fn load_config() -> Result<AbbayeConfig>Expand description
Load the Abbaye2 configuration from the current working directory.
Looks for .abbaye.toml first, then abbaye.toml, then .abbaye/abbaye.toml;
when multiple are present, the last one wins (figment merge order).