mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
22 lines
381 B
Bash
22 lines
381 B
Bash
## #nux.cfg - NUX Script configuration management library
|
|
##
|
|
## #Public functions:
|
|
##
|
|
## nux.cfg.include [<app>] <config>
|
|
## Includes app specific configuration file.
|
|
##
|
|
function nux.cfg.include {
|
|
:
|
|
}
|
|
|
|
##
|
|
## nux.cfg.global.path [<path>]
|
|
## Returns global path., otherwise provides specified.
|
|
##
|
|
function nux.cfg.global.path {
|
|
:
|
|
}
|
|
|
|
function nux.cfg.list {
|
|
:
|
|
}
|