summaryrefslogtreecommitdiff
path: root/priv/shell-completion/bash
Commit message (Collapse)AuthorAgeFilesLines
* 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-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-012-89/+172
|
* Fix #56 (always-on recursion)Tuncer Ayaz2014-03-111-1/+4
| | | | | | | | | | | | | | | | | | 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
|
* bash-completion: add missing options and variablesTuncer Ayaz2012-12-011-8/+51
| | | | | - add missing short and long options - add tests=, target_dir=, overlay_vars=
* bash-completion: add dump_spec=1Tuncer Ayaz2012-11-301-3/+3
|
* bash-completion: add generate-appupsTuncer Ayaz2012-11-261-4/+4
|
* 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=.
* Implement update-deps and disable auto updateTuncer Ayaz2010-12-171-1/+1
|
* Add debug_info=1 to shell completionTuncer Ayaz2010-11-301-2/+2
|
* Refactor Dialyzer support to make it more usableTuncer Ayaz2010-10-251-2/+2
|
* Update completion to reflect common_test changesTuncer Ayaz2010-09-301-3/+2
|
* Add list-templates to bash completionTuncer Ayaz2010-09-161-1/+1
|
* Add template_dir= to bash completionTuncer Ayaz2010-08-311-2/+2
|
* Remove 'install' from bash completionTuncer Ayaz2010-08-251-2/+2
|
* Add doc command and skip_deps option to bash completionTuncer Ayaz2010-06-301-2/+3
|
* New commands and opts (-V/--version/version/help)Tuncer Ayaz2010-05-031-3/+4
|
* Document xref commandTuncer Ayaz2010-04-151-1/+1
| | | | | Also add a sleep after printing so that the io server has written all output before exiting. It's a work around.
* Add create to shell completionTuncer Ayaz2010-03-261-1/+1
|
* Add check-deps to shell completion and commands infoTuncer Ayaz2010-03-261-1/+1
|
* Add get-deps and delete-deps to commands info and shell completionTuncer Ayaz2010-03-171-2/+2
| | | | | Add get-deps and delete-deps to commands info string and bash completion script.