mirror of
https://github.com/correl/rebar.git
synced 2024-11-24 03:00:14 +00:00
Document 'rebar help <CMD1> <CMD2>'
This commit is contained in:
parent
96c7bd7338
commit
bd3338a0a7
1 changed files with 3 additions and 0 deletions
|
@ -182,6 +182,9 @@ help() ->
|
||||||
"[var=value,...] <command,...>",
|
"[var=value,...] <command,...>",
|
||||||
[{"var=value", "rebar global variables (e.g. force=1)"},
|
[{"var=value", "rebar global variables (e.g. force=1)"},
|
||||||
{"command", "Command to run (e.g. compile)"}]),
|
{"command", "Command to run (e.g. compile)"}]),
|
||||||
|
?CONSOLE(
|
||||||
|
"Type 'rebar help <CMD1> <CMD2>' for help on specific commands."
|
||||||
|
"~n~n", []),
|
||||||
?CONSOLE(
|
?CONSOLE(
|
||||||
"Core rebar.config options:~n"
|
"Core rebar.config options:~n"
|
||||||
" ~p~n"
|
" ~p~n"
|
||||||
|
|
Loading…
Reference in a new issue