Skip to content

Commit 3f5b311

Browse files
committed
move command aliases example to basic features section
1 parent 53067ba commit 3f5b311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Each of these examples demonstrates one aspect or feature of bashly.
1111
## Basic features
1212

1313
- [command-default](command-default#readme) - configuring a default command
14+
- [command-aliases](command-aliases#readme) - allowing a command to be called with multiple names
1415
- [dependencies](dependencies#readme) - halting script execution unless certain dependencies are installed
1516
- [environment-variables](environment-variables#readme) - halting script execution unless certain environment variables are set
1617
- [default-values](default-values#readme) - arguments and flags with default values
@@ -29,7 +30,6 @@ Each of these examples demonstrates one aspect or feature of bashly.
2930
- [repeatable-flag](repeatable-flag#readme) - allowing flags to be provided multiple times
3031
- [conflicts](conflicts#readme) - defining mutually exclusive flags
3132
- [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
3333
- [stdin](stdin#readme) - reading input from stdin
3434
- [filters](filters#readme) - preventing commands from running unless custom conditions are met
3535

0 commit comments

Comments
 (0)