summaryrefslogtreecommitdiff
path: root/priv/shell-completion/zsh
Commit message (Collapse)AuthorAgeFilesLines
* Append --generator option to completion filesmopp2018-12-291-0/+1
|
* Typo: seperate -> separateMichiel Beijen2017-03-271-1/+1
|
* Fix quoting problem in zsh completionPaul Oliver2016-03-021-1/+1
|
* Merge pull request #1099 from talentdeficit/ct_includeTristan Sloughter2016-03-011-0/+1
|\ | | | | add support for common tests `include` flag
| * add shell completions for `include` flag for `ct` provideralisdair sullivan2016-03-011-0/+1
| |
* | Add short-options to the eunit provider.Alexander Færøy2016-02-281-4/+4
|/ | | | This patch adds support for short options in the eunit provider.
* adjust shell completions to match available command line optionsalisdair sullivan2015-11-011-15/+9
|
* update shell completions for new eunit commandsalisdair sullivan2015-09-291-2/+7
|
* update completions and docs for command unstable install and upgradeTristan Sloughter2015-09-101-5/+11
|
* shell completions for `rebar3 path'alisdair sullivan2015-09-071-0/+11
|
* track parent app of deps and add tree provider to display the relationsTristan Sloughter2015-08-151-0/+6
|
* add relup to readme and shell completitionsTristan Sloughter2015-06-261-0/+24
|
* update readme and completions for new commandsTristan Sloughter2015-06-201-1/+7
|
* make deps task listed in help and update zsh/bash completionsTristan Sloughter2015-05-211-1/+11
|
* Add in shell completion for wtf->report renameFred Hebert2015-04-131-4/+4
|
* update the dir used for upgrade deps to the new path under _buildTristan Sloughter2015-04-031-2/+2
|
* implement zsh completionderwinlu2015-04-032-87/+224
|
* Fix #56 (always-on recursion)Tuncer Ayaz2014-03-111-0/+3
| | | | | | | | | | | | | | | | | | Always-on recursive application of all rebar commands causes too many issues. Recursive application is required for: 1. dealing with dependencies: get-deps, update-deps, and compile of deps right after get-deps or update-deps 2. projects with a riak-like apps/ project structure and dev process The vast majority of projects are not structured like riak. Therefore, moving forward it's best to (by default) restrict recursive behavior to dealing with deps. This commit does that and also adds command line and rebar.config options for controlling or configuring recursion. Also, we introduce two meta commands: prepare-deps (equivalent to rebar -r get-deps compile) and refresh-deps (equivalent to rebar -r update-deps compile). riak-like projects can extend the list of recursive commands (to include 'eunit' and 'compile') by adding {recursive_cmds, [eunit, compile]} to rebar.config.
* Add a library templatePierre Fenoll2013-12-191-0/+1
|
* Change default log level to 'warn' and introduce -q/--quietTuncer Ayaz2013-12-061-4/+4
|
* Add missing variablesShoji KUMAGAI2012-12-031-0/+3
| | | | - add overlay_vars=, target_dir=, and tests= with short description
* zsh-completion: add 'dump_spec' back againShoji KUMAGAI2012-12-011-0/+1
|
* Change zsh completion scriptShoji KUMAGAI2012-11-161-1/+1
| | | | | - Add 'escriptize' command - Remove variable 'dump_spec'
* zsh completion: fix typosTuncer Ayaz2012-11-011-9/+9
|
* Add zsh completion scriptShoji KUMAGAI2012-11-011-0/+79
For enable to shell-completion in zsh.