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 f2ce7f5 commit 0696cddCopy full SHA for 0696cdd
examples/config/test.sh
@@ -2,8 +2,8 @@
2
3
set -x
4
5
-# bundle exec bashly add config --force
6
-# bundle exec bashly generate
+bashly add config --force
+bashly generate
7
rm -f config.ini
8
9
### Try Me ###
spec/approvals/examples/config
@@ -1,3 +1,14 @@
1
++ bashly add config --force
+created src/lib/config.sh
+created src/lib/ini.sh
++ bashly generate
+creating user files in src
+skipped src/set_command.sh (exists)
+skipped src/get_command.sh (exists)
+skipped src/del_command.sh (exists)
+skipped src/list_command.sh (exists)
10
+created ./configly
11
+run ./configly --help to test your bash script
12
+ rm -f config.ini
13
+ ./configly -h
14
configly - Sample application that uses the config functions
0 commit comments