Skip to content

Commit f468ef3

Browse files
committed
repatch README and config.sh
1 parent 8ef6402 commit f468ef3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Bahsly is responsible for:
6161
- **Color output**.
6262
- **Config file management** (INI format).
6363
- **YAML parsing**.
64+
- and more.
6465

6566
Usage
6667
--------------------------------------------------

lib/bashly/templates/lib/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ config_show() {
100100
# done
101101
#
102102
config_keys() {
103-
regex="^([a-zA-Z0-9_\-]+) *="
103+
regex="^([a-zA-Z0-9_\-\/\.]+) *="
104104

105105
config_init
106106

0 commit comments

Comments
 (0)