summaryrefslogtreecommitdiff
path: root/priv/shell-completion
Commit message (Collapse)AuthorAgeFilesLines
* 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=.
* 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.
* Add template variable to bash completionTuncer Ayaz2010-03-111-1/+1
| | | | Add create command's template variable to bash completion.
* Add commands option to bash completionTuncer Ayaz2010-03-081-2/+2
| | | | Add -c/--commands option to the bash completion script.
* Add install command target= var to bash completionTuncer Ayaz2010-02-271-2/+2
|
* Added appid= to bash-completionTuncer Ayaz2010-01-161-1/+1
|
* Simplified bash-completion scriptTuncer Ayaz2010-01-101-19/+8
|
* Fixed trailing space issue for options ending with an equal signTuncer Ayaz2010-01-091-6/+22
|
* Added check_plt to bash-completionTuncer Ayaz2010-01-091-1/+1
|