Skip to content

Commit 993f22c

Browse files
committed
update examples index
1 parent b4fabac commit 993f22c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)