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 5b8ca25 commit baad223Copy full SHA for baad223
examples/README.md
@@ -29,6 +29,7 @@ Each of these examples demonstrates one aspect or feature of bashly.
29
- [repeatable-flag](repeatable-flag#readme) - allowing flags to be provided multiple times
30
- [conflicts](conflicts#readme) - defining mutually exclusive flags
31
- [command-private](command-private#readme) - hiding commands from the command list
32
+- [command-aliases](command-aliases#readme) - allowing a command to be called with multiple names
33
- [stdin](stdin#readme) - reading input from stdin
34
- [filters](filters#readme) - preventing commands from running unless custom conditions are met
35
0 commit comments