Allow multiple env file loads, with subsequent definitions overriding previous. ``` dotenv -f global.env -f instance1.env <command> dotenv -f global.env -f instance2.env <command> ``` The [nodejs `dotenv` CLI](https://www.npmjs.com/package/dotenv-cli) does this with multiple `-e` options.