mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Merge pull request #244 from tuncer/missing-help
Document skip_apps=, apps=, and require_*_vsn
This commit is contained in:
commit
8a5b9aa29f
1 changed files with 10 additions and 1 deletions
|
@ -207,9 +207,18 @@ help() ->
|
|||
" ~p~n"
|
||||
" ~p~n"
|
||||
" ~p~n"
|
||||
" ~p~n",
|
||||
" ~p~n"
|
||||
" ~p~n"
|
||||
" ~p~n"
|
||||
" ~p~n"
|
||||
"Core command line options:~n"
|
||||
" apps=app1,app2 (specify apps to process)~n"
|
||||
" skip_apps=app1,app2 (specify apps to skip)~n",
|
||||
[
|
||||
{recursive_cmds, []},
|
||||
{require_erts_vsn, ".*"},
|
||||
{require_otp_vsn, ".*"},
|
||||
{require_min_otp_vsn, ".*"},
|
||||
{lib_dirs, []},
|
||||
{sub_dirs, ["dir1", "dir2"]},
|
||||
{plugins, [plugin1, plugin2]},
|
||||
|
|
Loading…
Reference in a new issue