File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ This example was generated with:
77``` bash
88$ bashly init
99# ... now edit src/bashly.yml to match the example ...
10- $ bashly add config
10+ $ bashly add ini
1111$ bashly generate
1212# ... now edit all files in the src folder ...
1313$ bashly generate
1414```
1515
16- Running the ` bashly add config ` command simply added the
17- [ src/lib/config .sh] ( src/lib/config .sh ) file, which includes functions for
16+ Running the ` bashly add ini ` command simply added the
17+ [ src/lib/ini .sh] ( src/lib/ini .sh ) file, which includes functions for
1818reading and writing values from an INI file.
1919
2020See the files in the [ src] ( src ) folder for usage examples.
2121
22- <!-- include: config.ini src/get_command.sh src/list_command.sh src/set_command.sh -->
22+ <!-- include: config.ini src/get_command.sh src/list_command.sh src/set_command.sh src/del_command.sh -->
2323
2424-----
2525
You can’t perform that action at this time.
0 commit comments