We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b01596 + 0938fca commit 708d64eCopy full SHA for 708d64e
lib/bashly/libraries/config/config.sh
@@ -8,7 +8,6 @@
8
## - Use any of the following functions to access and manipulate the values.
9
## - INI sections are optional (i.e., sectionless key=value pairs are allowed).
10
##
11
-
12
## Show all the key=value pairs from your config file
13
config_show() {
14
config_load
lib/bashly/libraries/ini/ini.sh
@@ -25,7 +25,6 @@
25
## unset ini[section1.key1]
26
## ini_save path/to/config.ini
27
28
29
## Load an INI file and populate the associative array `ini`.
30
ini_load() {
31
declare -gA ini
0 commit comments