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 e0b1e43 commit 44f0066Copy full SHA for 44f0066
examples/README.md
@@ -58,9 +58,10 @@ Each of these examples demonstrates one aspect or feature of bashly.
58
59
## Bashly library features
60
61
-- [config-ini](config-ini#readme) - using the config (INI) functions
62
-- [colors](colors#readme) - using the color print feature
+- [config](config#readme) - using the config functions
+- [ini](ini#readme) - using the INI handling functions
63
- [yaml](yaml#readme) - using the YAML reading functions
64
+- [colors](colors#readme) - using the color print feature
65
- [completions](completions#readme) - adding bash completion functionality
66
- [validations](validations#readme) - adding argument validation functions
67
- [hooks](hooks#readme) - adding before/after hooks
0 commit comments