Allow to control upwards recursion when searching for configuration files. The only real question is if the upwards recursion should be default true or false.
// ./config/default.toml OR ../config/default.toml
// OR ../../config/default.toml (etc., whatever ends up matching)
File::with_name("config/default.toml").recursive(true)