Paulo F. Oliveira
ec402f692d
Reword references to pkgs
pirms 4 gadiem
mopp
088487bab5
Append --generator option to completion files
pirms 6 gadiem
Michiel Beijen
e83100bbc8
Typo: seperate -> separate
pirms 8 gadiem
Paul Oliver
92025b2013
Fix quoting problem in zsh completion
pirms 9 gadiem
alisdair sullivan
f9b6765d07
add shell completions for `include` flag for `ct` provider
pirms 9 gadiem
Alexander Færøy
da39732fd3
Add short-options to the eunit provider.
This patch adds support for short options in the eunit provider.
pirms 9 gadiem
Tuncer Ayaz
7c9dd6c1ec
bash completion: prevent future mistakes in lopts
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.
pirms 9 gadiem
Tuncer Ayaz
81483f9f5d
bash completion: fix error introduced in cf66dfd6
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>`.
pirms 9 gadiem
alisdair sullivan
cf66dfd6ba
adjust shell completions to match available command line options
pirms 9 gadiem
alisdair sullivan
a4e020d1ed
update shell completions for new eunit commands
pirms 9 gadiem
Tristan Sloughter
9fb8198926
update completions and docs for command unstable install and upgrade
pirms 9 gadiem
alisdair sullivan
04da2ffd5e
shell completions for `rebar3 path'
pirms 9 gadiem
Tristan Sloughter
be4ae19fec
track parent app of deps and add tree provider to display the relations
pirms 9 gadiem
Joe DeVivo
2ea06b87be
basic fish completions
pirms 9 gadiem
Tristan Sloughter
9184bffadb
add relup to readme and shell completitions
pirms 9 gadiem
Tristan Sloughter
18e9def786
update readme and completions for new commands
pirms 10 gadiem
Tristan Sloughter
76893ca4b9
make deps task listed in help and update zsh/bash completions
pirms 10 gadiem
Fred Hebert
6acf0ea482
Add in shell completion for wtf->report rename
pirms 10 gadiem
Tristan Sloughter
3b56f3cc43
update the dir used for upgrade deps to the new path under _build
pirms 10 gadiem
derwinlu
0ceb3bd6ce
implement zsh completion
pirms 10 gadiem
derwinlu
61c4d75098
implement bash autocompletion
pirms 10 gadiem
Tuncer Ayaz
77a0eb6fe4
Fix #56 (always-on recursion)
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.
pirms 12 gadiem
Pierre Fenoll
c83d037404
Add a library template
pirms 11 gadiem
Tuncer Ayaz
6de94e8a16
Change default log level to 'warn' and introduce -q/--quiet
pirms 11 gadiem
Shoji KUMAGAI
f5a5843d77
Add missing variables
- add overlay_vars=, target_dir=, and tests= with short description
pirms 12 gadiem
Tuncer Ayaz
dfbba0f4e7
bash-completion: add missing options and variables
- add missing short and long options
- add tests=, target_dir=, overlay_vars=
pirms 12 gadiem
Shoji KUMAGAI
da5cbe3b0f
zsh-completion: add 'dump_spec' back again
pirms 12 gadiem
Tuncer Ayaz
1ce06c76fc
bash-completion: add dump_spec=1
pirms 12 gadiem
Tuncer Ayaz
ee97a65c14
bash-completion: add generate-appups
pirms 12 gadiem
Shoji KUMAGAI
0bb1416479
Change zsh completion script
- Add 'escriptize' command
- Remove variable 'dump_spec'
pirms 12 gadiem
Tuncer Ayaz
d97f94ae1e
zsh completion: fix typos
pirms 12 gadiem
Shoji KUMAGAI
468e1ec9a9
Add zsh completion script
For enable to shell-completion in zsh.
pirms 12 gadiem
Tuncer Ayaz
147b1a0798
bash completion: remove duplicate cmd
pirms 12 gadiem
Tuncer Ayaz
803f6e8ecd
Replace test-compile with compile_only=true option
pirms 12 gadiem
Tuncer Ayaz
e75a97ad33
Add 'qc' cmd and rename eunit-compile to test-compile
pirms 14 gadiem
Tuncer Ayaz
902dcdf3ff
Add 'eunit-compile' cmd (Suggested-by: Joe Norton)
pirms 14 gadiem
Tuncer Ayaz
2daf7cae27
Add escriptize to bash completion
pirms 13 gadiem
Tuncer Ayaz
32ddef7158
Remove alt_url support in favor of new features
pirms 13 gadiem
Adam Schepis
03a026f38f
Add support for alternate dependency urls
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
pirms 13 gadiem
Tuncer Ayaz
8ce8affa11
Add nodeid= to bash completion
pirms 13 gadiem
Magnus Klaar
4db90bafef
Deprecate ct suite= option for suites= option
pirms 13 gadiem
Tuncer Ayaz
8c89a388bf
Universally support apps=/skip_apps=
pirms 13 gadiem
Tuncer Ayaz
d228e94137
Add root_dir= to shell completion
pirms 13 gadiem
Tuncer Ayaz
285ca0f6be
Add overlay command to shell completion
pirms 13 gadiem
Tuncer Ayaz
013a49a941
Add list-deps to completion and abbrev-cmds
pirms 14 gadiem
Tuncer Ayaz
ca3368a6b4
Remove leftover references to rebar_dialyzer
pirms 14 gadiem
Tuncer Ayaz
16a7561d93
Add skip_app to shell completion
pirms 14 gadiem
Tuncer Ayaz
be209f24ff
Make debug_info default
Add no_debug_info option.
Remove debug_info=1 option.
pirms 14 gadiem
Tuncer Ayaz
f4070bfad7
Update shell completion: generate-upgrade
Add generate-upgrade and previous_release=.
pirms 14 gadiem
Tuncer Ayaz
d8e50e8c2d
Implement update-deps and disable auto update
pirms 14 gadiem