File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1313[submodule "core_modules/github.com/ash-shell/test "]
1414 path = core_modules/github.com/ash-shell/test
1515 url = https://github.com/ash-shell/test.git
16+ [submodule "core_modules/github.com/ash-shell/env "]
17+ path = core_modules/github.com/ash-shell/env
18+ url = https://github.com/ash-shell/env.git
Original file line number Diff line number Diff line change @@ -284,6 +284,7 @@ Ash_import_core() {
284284 Ash__import " github.com/ash-shell/logger"
285285 Ash__import " github.com/ash-shell/yaml-parse"
286286 Ash__import " github.com/ash-shell/obj"
287+ Ash__import " github.com/ash-shell/env"
287288}
288289
289290# ################################################
@@ -301,6 +302,9 @@ Ash_start() {
301302 # Importing the core
302303 Ash_import_core
303304
305+ # Load Env File
306+ Env__load
307+
304308 # Updating Logger prefix
305309 Logger__set_prefix " Ash"
306310
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ logger: github.com/ash-shell/logger
33obj : github.com/ash-shell/obj
44yamlparse : github.com/ash-shell/yaml-parse
55test : github.com/ash-shell/test
6+ env : github.com/ash-shell/env
You can’t perform that action at this time.
0 commit comments