alisdair sullivan
f9b6765d07
add shell completions for `include` flag for `ct` provider
пре 9 година
Alexander Færøy
da39732fd3
Add short-options to the eunit provider.
This patch adds support for short options in the eunit provider.
пре 9 година
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.
пре 9 година
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>`.
пре 9 година
alisdair sullivan
cf66dfd6ba
adjust shell completions to match available command line options
пре 9 година
alisdair sullivan
a4e020d1ed
update shell completions for new eunit commands
пре 9 година
Tristan Sloughter
9fb8198926
update completions and docs for command unstable install and upgrade
пре 9 година
alisdair sullivan
04da2ffd5e
shell completions for `rebar3 path'
пре 9 година
Tristan Sloughter
be4ae19fec
track parent app of deps and add tree provider to display the relations
пре 9 година
Tristan Sloughter
9184bffadb
add relup to readme and shell completitions
пре 9 година
Tristan Sloughter
18e9def786
update readme and completions for new commands
пре 10 година
Tristan Sloughter
76893ca4b9
make deps task listed in help and update zsh/bash completions
пре 10 година
Fred Hebert
6acf0ea482
Add in shell completion for wtf->report rename
пре 10 година
derwinlu
61c4d75098
implement bash autocompletion
пре 10 година
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.
пре 12 година
Pierre Fenoll
c83d037404
Add a library template
пре 11 година
Tuncer Ayaz
dfbba0f4e7
bash-completion: add missing options and variables
- add missing short and long options
- add tests=, target_dir=, overlay_vars=
пре 12 година
Tuncer Ayaz
1ce06c76fc
bash-completion: add dump_spec=1
пре 12 година
Tuncer Ayaz
ee97a65c14
bash-completion: add generate-appups
пре 12 година
Tuncer Ayaz
147b1a0798
bash completion: remove duplicate cmd
пре 12 година
Tuncer Ayaz
803f6e8ecd
Replace test-compile with compile_only=true option
пре 12 година
Tuncer Ayaz
e75a97ad33
Add 'qc' cmd and rename eunit-compile to test-compile
пре 14 година
Tuncer Ayaz
902dcdf3ff
Add 'eunit-compile' cmd (Suggested-by: Joe Norton)
пре 14 година
Tuncer Ayaz
2daf7cae27
Add escriptize to bash completion
пре 13 година
Tuncer Ayaz
32ddef7158
Remove alt_url support in favor of new features
пре 13 година
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
пре 13 година
Tuncer Ayaz
8ce8affa11
Add nodeid= to bash completion
пре 13 година
Magnus Klaar
4db90bafef
Deprecate ct suite= option for suites= option
пре 13 година
Tuncer Ayaz
8c89a388bf
Universally support apps=/skip_apps=
пре 13 година
Tuncer Ayaz
d228e94137
Add root_dir= to shell completion
пре 13 година
Tuncer Ayaz
285ca0f6be
Add overlay command to shell completion
пре 13 година
Tuncer Ayaz
013a49a941
Add list-deps to completion and abbrev-cmds
пре 14 година
Tuncer Ayaz
ca3368a6b4
Remove leftover references to rebar_dialyzer
пре 14 година
Tuncer Ayaz
16a7561d93
Add skip_app to shell completion
пре 14 година
Tuncer Ayaz
be209f24ff
Make debug_info default
Add no_debug_info option.
Remove debug_info=1 option.
пре 14 година
Tuncer Ayaz
f4070bfad7
Update shell completion: generate-upgrade
Add generate-upgrade and previous_release=.
пре 14 година
Tuncer Ayaz
d8e50e8c2d
Implement update-deps and disable auto update
пре 14 година
Tuncer Ayaz
bb6d07011f
Add debug_info=1 to shell completion
пре 14 година
Tuncer Ayaz
2d2aed627f
Refactor Dialyzer support to make it more usable
пре 14 година
Tuncer Ayaz
3e6f8cac12
Update completion to reflect common_test changes
пре 14 година
Tuncer Ayaz
0f486c8cc1
Add list-templates to bash completion
пре 14 година
Tuncer Ayaz
a43381fe0b
Add template_dir= to bash completion
пре 14 година
Tuncer Ayaz
c7863d9419
Remove 'install' from bash completion
пре 14 година
Tuncer Ayaz
52609eaca1
Add doc command and skip_deps option to bash completion
пре 15 година
Tuncer Ayaz
914e5fbf68
New commands and opts (-V/--version/version/help)
пре 15 година
Tuncer Ayaz
1e8916ba87
Document xref command
Also add a sleep after printing so that the io server has
written all output before exiting. It's a work around.
пре 15 година
Tuncer Ayaz
3a1d2e433c
Add create to shell completion
пре 15 година
Tuncer Ayaz
0f494c2a14
Add check-deps to shell completion and commands info
пре 15 година
Tuncer Ayaz
3dfc7a8486
Add get-deps and delete-deps to commands info and shell completion
Add get-deps and delete-deps to commands info string and
bash completion script.
пре 15 година
Tuncer Ayaz
459b312ada
Add template variable to bash completion
Add create command's template variable to bash completion.
пре 15 година