summaryrefslogtreecommitdiff
path: root/priv/shell-completion
Commit message (Collapse)AuthorAgeFilesLines
* Typo: seperate -> separateMichiel Beijen2017-03-272-2/+2
|
* Fix quoting problem in zsh completionPaul Oliver2016-03-021-1/+1
|
* Merge pull request #1099 from talentdeficit/ct_includeTristan Sloughter2016-03-013-0/+3
|\ | | | | add support for common tests `include` flag
| * add shell completions for `include` flag for `ct` provideralisdair sullivan2016-03-013-0/+3
| |
* | Add short-options to the eunit provider.Alexander Færøy2016-02-283-9/+9
|/ | | | 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-013-31/+38
|
* update shell completions for new eunit commandsalisdair sullivan2015-09-293-5/+17
|
* update completions and docs for command unstable install and upgradeTristan Sloughter2015-09-103-15/+29
|
* shell completions for `rebar3 path'alisdair sullivan2015-09-073-0/+35
|
* track parent app of deps and add tree provider to display the relationsTristan Sloughter2015-08-153-1/+18
|
* basic fish completionsJoe DeVivo2015-07-311-0/+161
|
* add relup to readme and shell completitionsTristan Sloughter2015-06-262-0/+47
|
* update readme and completions for new commandsTristan Sloughter2015-06-202-1/+10
|
* make deps task listed in help and update zsh/bash completionsTristan Sloughter2015-05-212-1/+12
|
* Add in shell completion for wtf->report renameFred Hebert2015-04-132-7/+7
|
* 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
|
* implement bash autocompletionderwinlu2015-04-012-89/+172
|
* Fix #56 (always-on recursion)Tuncer Ayaz2014-03-112-1/+7
| | | | | | | | | | | | | | | | | | 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-192-0/+2
|
* Change default log level to 'warn' and introduce -q/--quietTuncer Ayaz2013-12-061-4/+4
|
* Merge pull request #34 from shkumagai/feature/zsh-completion-add-optionsDave Smith2012-12-021-0/+3
|\ | | | | Add missing variables
| * Add missing variablesShoji KUMAGAI2012-12-031-0/+3
| | | | | | | | - add overlay_vars=, target_dir=, and tests= with short description
* | bash-completion: add missing options and variablesTuncer Ayaz2012-12-011-8/+51
|/ | | | | - add missing short and long options - add tests=, target_dir=, overlay_vars=
* zsh-completion: add 'dump_spec' back againShoji KUMAGAI2012-12-011-0/+1
|
* bash-completion: add dump_spec=1Tuncer Ayaz2012-11-301-3/+3
|
* Merge pull request #19 from shkumagai/feature/zsh-completion-refineDave Smith2012-11-301-1/+1
|\ | | | | Change zsh completion script
| * Change zsh completion scriptShoji KUMAGAI2012-11-161-1/+1
| | | | | | | | | | - Add 'escriptize' command - Remove variable 'dump_spec'
* | bash-completion: add generate-appupsTuncer Ayaz2012-11-261-4/+4
|/
* 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.
* bash completion: remove duplicate cmdTuncer Ayaz2012-08-091-1/+1
|
* Replace test-compile with compile_only=true optionTuncer Ayaz2012-08-091-2/+2
|
* Add 'qc' cmd and rename eunit-compile to test-compileTuncer Ayaz2012-07-231-2/+2
|
* Add 'eunit-compile' cmd (Suggested-by: Joe Norton)Tuncer Ayaz2012-07-231-4/+5
|
* Add escriptize to bash completionTuncer Ayaz2012-05-181-2/+2
|
* Remove alt_url support in favor of new featuresTuncer Ayaz2012-05-131-2/+1
|
* Add support for alternate dependency urlsAdam Schepis2012-03-311-1/+2
| | | | | | This change adds the ability to use alternate urls for downloading dependencies. To make use of alternate urls run: rebar get-deps alt_urls=true
* Add nodeid= to bash completionTuncer Ayaz2012-01-201-1/+1
|
* Deprecate ct suite= option for suites= optionMagnus Klaar2012-01-061-1/+1
|
* Universally support apps=/skip_apps=Tuncer Ayaz2011-12-121-2/+2
|
* Add root_dir= to shell completionTuncer Ayaz2011-11-261-1/+1
|
* Add overlay command to shell completionTuncer Ayaz2011-10-201-1/+1
|
* Add list-deps to completion and abbrev-cmdsTuncer Ayaz2011-06-101-1/+1
|
* Remove leftover references to rebar_dialyzerTuncer Ayaz2011-06-071-5/+5
|
* Add skip_app to shell completionTuncer Ayaz2011-04-061-1/+1
|
* Make debug_info defaultTuncer Ayaz2011-03-301-2/+2
| | | | | Add no_debug_info option. Remove debug_info=1 option.
* Update shell completion: generate-upgradeTuncer Ayaz2011-01-281-3/+3
| | | | Add generate-upgrade and previous_release=.