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 13
13
[submodule "core_modules/github.com/ash-shell/test "]
14
14
path = core_modules/github.com/ash-shell/test
15
15
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() {
284
284
Ash__import " github.com/ash-shell/logger"
285
285
Ash__import " github.com/ash-shell/yaml-parse"
286
286
Ash__import " github.com/ash-shell/obj"
287
+ Ash__import " github.com/ash-shell/env"
287
288
}
288
289
289
290
# ################################################
@@ -301,6 +302,9 @@ Ash_start() {
301
302
# Importing the core
302
303
Ash_import_core
303
304
305
+ # Load Env File
306
+ Env__load
307
+
304
308
# Updating Logger prefix
305
309
Logger__set_prefix " Ash"
306
310
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ logger: github.com/ash-shell/logger
3
3
obj : github.com/ash-shell/obj
4
4
yamlparse : github.com/ash-shell/yaml-parse
5
5
test : github.com/ash-shell/test
6
+ env : github.com/ash-shell/env
You can’t perform that action at this time.
0 commit comments