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 6469ee1 commit dae0394Copy full SHA for dae0394
examples/README.md
@@ -33,6 +33,7 @@ Each of these examples demonstrates one aspect or feature of bashly.
33
- [repeatable-flag](repeatable-flag#readme) - allowing flags to be provided multiple times
34
- [reusable-flags](reusable-flags#readme) - reuse flag definition for multiple commands
35
- [conflicts](conflicts#readme) - defining mutually exclusive flags
36
+- [needs](needs#readme) - defining flags that need other flags
37
- [command-private](command-private#readme) - hiding commands from the command list
38
- [stdin](stdin#readme) - reading input from stdin
39
- [filters](filters#readme) - preventing commands from running unless custom conditions are met
0 commit comments