Skip to content

Commit 0696cdd

Browse files
committed
fix specs
1 parent f2ce7f5 commit 0696cdd

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

examples/config/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -x
44

5-
# bundle exec bashly add config --force
6-
# bundle exec bashly generate
5+
bashly add config --force
6+
bashly generate
77
rm -f config.ini
88

99
### Try Me ###

spec/approvals/examples/config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
+ bashly add config --force
2+
created src/lib/config.sh
3+
created src/lib/ini.sh
4+
+ bashly generate
5+
creating user files in src
6+
skipped src/set_command.sh (exists)
7+
skipped src/get_command.sh (exists)
8+
skipped src/del_command.sh (exists)
9+
skipped src/list_command.sh (exists)
10+
created ./configly
11+
run ./configly --help to test your bash script
112
+ rm -f config.ini
213
+ ./configly -h
314
configly - Sample application that uses the config functions

0 commit comments

Comments
 (0)