mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Document require_*_vsn options
This commit is contained in:
parent
6063e0d197
commit
ca40d3b00a
1 changed files with 6 additions and 0 deletions
|
@ -208,11 +208,17 @@ help() ->
|
||||||
" ~p~n"
|
" ~p~n"
|
||||||
" ~p~n"
|
" ~p~n"
|
||||||
" ~p~n"
|
" ~p~n"
|
||||||
|
" ~p~n"
|
||||||
|
" ~p~n"
|
||||||
|
" ~p~n"
|
||||||
"Core command line options:~n"
|
"Core command line options:~n"
|
||||||
" apps=app1,app2 (specify apps to process)~n"
|
" apps=app1,app2 (specify apps to process)~n"
|
||||||
" skip_apps=app1,app2 (specify apps to skip)~n",
|
" skip_apps=app1,app2 (specify apps to skip)~n",
|
||||||
[
|
[
|
||||||
{recursive_cmds, []},
|
{recursive_cmds, []},
|
||||||
|
{require_erts_vsn, ".*"},
|
||||||
|
{require_otp_vsn, ".*"},
|
||||||
|
{require_min_otp_vsn, ".*"},
|
||||||
{lib_dirs, []},
|
{lib_dirs, []},
|
||||||
{sub_dirs, ["dir1", "dir2"]},
|
{sub_dirs, ["dir1", "dir2"]},
|
||||||
{plugins, [plugin1, plugin2]},
|
{plugins, [plugin1, plugin2]},
|
||||||
|
|
Loading…
Reference in a new issue