Skip to content

Commit dae0394

Browse files
committed
update examples readme
1 parent 6469ee1 commit dae0394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Each of these examples demonstrates one aspect or feature of bashly.
3333
- [repeatable-flag](repeatable-flag#readme) - allowing flags to be provided multiple times
3434
- [reusable-flags](reusable-flags#readme) - reuse flag definition for multiple commands
3535
- [conflicts](conflicts#readme) - defining mutually exclusive flags
36+
- [needs](needs#readme) - defining flags that need other flags
3637
- [command-private](command-private#readme) - hiding commands from the command list
3738
- [stdin](stdin#readme) - reading input from stdin
3839
- [filters](filters#readme) - preventing commands from running unless custom conditions are met

0 commit comments

Comments
 (0)