summaryrefslogtreecommitdiff
path: root/priv/shell-completion/bash/rebar3
Commit message (Collapse)AuthorAgeFilesLines
* Add short-options to the eunit provider.Alexander Færøy2016-02-281-1/+1
| | | | This patch adds support for short options in the eunit provider.
* bash completion: prevent future mistakes in loptsTuncer Ayaz2016-01-251-12/+24
| | | | | | | To prevent future mistakes like the broken string introduced in cf66dfd6ba, put opening and closing " on separate lines in each multi-line lopts string. This also allows for cleaner (smaller) diffs when removing/adding a flag.
* bash completion: fix error introduced in cf66dfd6Tuncer Ayaz2016-01-251-2/+2
| | | | | | cf66dfd6ba introduced a syntax error in the modified lopts string. Without the fix, you'll provoke a shell error when trying to complete `rebar3 ct --<something>`.
* adjust shell completions to match available command line optionsalisdair sullivan2015-11-011-14/+9
|
* update shell completions for new eunit commandsalisdair sullivan2015-09-291-2/+2
|
* update completions and docs for command unstable install and upgradeTristan Sloughter2015-09-101-0/+3
|
* shell completions for `rebar3 path'alisdair sullivan2015-09-071-0/+12
|
* track parent app of deps and add tree provider to display the relationsTristan Sloughter2015-08-151-0/+7
|
* add relup to readme and shell completitionsTristan Sloughter2015-06-261-0/+23
|
* update readme and completions for new commandsTristan Sloughter2015-06-201-0/+3
|
* make deps task listed in help and update zsh/bash completionsTristan Sloughter2015-05-211-0/+1
|
* Add in shell completion for wtf->report renameFred Hebert2015-04-131-3/+3
|
* implement bash autocompletionderwinlu2015-04-011-0/+172