basho / rebar
Erlang Build Tools -- Please file bug and feature requests at http://issues.basho.com.
| commit 189: | 7fa43e907ff8 |
| parent 188: | e4b496704047 |
| branch: | default |
Add commands option to bash completion
Add -c/--commands option to the bash completion script.
Tuncer Ayaz /
tuncer
5 months ago
5 months ago
Changed (Δ14 bytes):
raw changeset »
priv/shell-completion/bash/rebar (2 lines added, 2 lines removed)
Up to file-list priv/shell-completion/bash/rebar:
| … | … | @@ -6,8 +6,8 @@ _rebar() |
6 |
6 |
COMPREPLY=() |
7 |
7 |
cur="${COMP_WORDS[COMP_CWORD]}" |
8 |
8 |
prev="${COMP_WORDS[COMP_CWORD-1]}" |
9 |
sopts="-h -v -f -j" |
|
10 |
lopts=" --help --verbose --force --jobs=" |
|
9 |
sopts="-h -c -v -f -j" |
|
10 |
lopts=" --help --commands --verbose --force --jobs=" |
|
11 |
11 |
cmdsnvars="analyze build_plt check_plt clean compile \ |
12 |
12 |
create-app create-node eunit generate \ |
13 |
13 |
install int_test perf_test test \ |
