Skip to content

Commit baad223

Browse files
committed
add aliases example to main examples readme
1 parent 5b8ca25 commit baad223

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
@@ -29,6 +29,7 @@ Each of these examples demonstrates one aspect or feature of bashly.
2929
- [repeatable-flag](repeatable-flag#readme) - allowing flags to be provided multiple times
3030
- [conflicts](conflicts#readme) - defining mutually exclusive flags
3131
- [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
3233
- [stdin](stdin#readme) - reading input from stdin
3334
- [filters](filters#readme) - preventing commands from running unless custom conditions are met
3435

0 commit comments

Comments
 (0)