it looks like the sources arg is being ignored/clobbered in load_environ and it gets redefined here.
in addition, executing a .env file on the command line is not inclusive to that single .env stack file if the basename is also found in the path. for example, executing a local ./test.env file will also source any other other test.env files found in the path.
it looks like the
sourcesarg is being ignored/clobbered inload_environand it gets redefined here.in addition, executing a .env file on the command line is not inclusive to that single .env stack file if the basename is also found in the path. for example, executing a local
./test.envfile will also source any other othertest.envfiles found in the path.