Is your feature request related to a problem? Please describe.
@oclif/core should natively support .env files using process.loadEnvFile
Describe the solution you'd like
Call process.loadEnvFile at the beginning of run using path set in settings
The call should be gated by a check for the node version to avoid any runtime errors.