Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add short-options to the eunit provider. | Alexander Færøy | 2016-02-28 | 1 | -1/+1 |
| | | | | This patch adds support for short options in the eunit provider. | ||||
* | bash completion: prevent future mistakes in lopts | Tuncer Ayaz | 2016-01-25 | 1 | -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 cf66dfd6 | Tuncer Ayaz | 2016-01-25 | 1 | -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 options | alisdair sullivan | 2015-11-01 | 1 | -14/+9 |
| | |||||
* | update shell completions for new eunit commands | alisdair sullivan | 2015-09-29 | 1 | -2/+2 |
| | |||||
* | update completions and docs for command unstable install and upgrade | Tristan Sloughter | 2015-09-10 | 1 | -0/+3 |
| | |||||
* | shell completions for `rebar3 path' | alisdair sullivan | 2015-09-07 | 1 | -0/+12 |
| | |||||
* | track parent app of deps and add tree provider to display the relations | Tristan Sloughter | 2015-08-15 | 1 | -0/+7 |
| | |||||
* | add relup to readme and shell completitions | Tristan Sloughter | 2015-06-26 | 1 | -0/+23 |
| | |||||
* | update readme and completions for new commands | Tristan Sloughter | 2015-06-20 | 1 | -0/+3 |
| | |||||
* | make deps task listed in help and update zsh/bash completions | Tristan Sloughter | 2015-05-21 | 1 | -0/+1 |
| | |||||
* | Add in shell completion for wtf->report rename | Fred Hebert | 2015-04-13 | 1 | -3/+3 |
| | |||||
* | implement bash autocompletion | derwinlu | 2015-04-01 | 1 | -0/+172 |