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.
1 parent 8ef6402 commit f468ef3Copy full SHA for f468ef3
README.md
@@ -61,6 +61,7 @@ Bahsly is responsible for:
61
- **Color output**.
62
- **Config file management** (INI format).
63
- **YAML parsing**.
64
+ - and more.
65
66
Usage
67
--------------------------------------------------
lib/bashly/templates/lib/config.sh
@@ -100,7 +100,7 @@ config_show() {
100
# done
101
#
102
config_keys() {
103
- regex="^([a-zA-Z0-9_\-]+) *="
+ regex="^([a-zA-Z0-9_\-\/\.]+) *="
104
105
config_init
106
0 commit comments