File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,18 @@ Each of these examples demonstrates one aspect or feature of bashly.
24
24
- [ extensible] ( extensible#readme ) - letting your script's users extend the script
25
25
- [ extensible-delegate] ( extensible-delegate#readme ) - extending your script by delegating commands to an external executable
26
26
- [ whitelist] ( whitelist#readme ) - arguments and flags with a predefined allowed list of values
27
+ - [ command-private] ( command-private#readme ) - hiding commands from the command list
28
+ - [ stdin] ( stdin#readme ) - reading input from stdin
27
29
28
30
## Customization
29
31
30
32
- [ command-groups] ( command-groups#readme ) - grouping sub-commands in logical sections
31
33
- [ custom-strings] ( custom-strings#readme ) - configuring the script's error and usage texts
32
34
- [ custom-includes] ( custom-includes#readme ) - adding and organizing your custom functions
35
+ - [ custom-script-header] ( custom-script-header#readme ) - configuring a different script header
33
36
- [ footer] ( footer#readme ) - adding a footer to the help message
37
+ - [ command-filenames] ( command-filenames#readme ) - configuring paths for your source scripts
38
+ - [ split-config] ( split-config#readme ) - splitting your ` bashly.yml ` into several smaller files
34
39
35
40
## Real-world-like examples
36
41
You can’t perform that action at this time.
0 commit comments