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.
2424- [ extensible] ( extensible#readme ) - letting your script's users extend the script
2525- [ extensible-delegate] ( extensible-delegate#readme ) - extending your script by delegating commands to an external executable
2626- [ 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
2729
2830## Customization
2931
3032- [ command-groups] ( command-groups#readme ) - grouping sub-commands in logical sections
3133- [ custom-strings] ( custom-strings#readme ) - configuring the script's error and usage texts
3234- [ custom-includes] ( custom-includes#readme ) - adding and organizing your custom functions
35+ - [ custom-script-header] ( custom-script-header#readme ) - configuring a different script header
3336- [ 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
3439
3540## Real-world-like examples
3641
You can’t perform that action at this time.
0 commit comments