File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments