mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Document support for abbreviated commands
This commit is contained in:
parent
289a71e208
commit
c29f8b45ae
1 changed files with 10 additions and 0 deletions
|
@ -187,6 +187,16 @@ help() ->
|
||||||
?CONSOLE(
|
?CONSOLE(
|
||||||
"Type 'rebar help <CMD1> <CMD2>' for help on specific commands."
|
"Type 'rebar help <CMD1> <CMD2>' for help on specific commands."
|
||||||
"~n~n", []),
|
"~n~n", []),
|
||||||
|
?CONSOLE(
|
||||||
|
"rebar allows you to abbreviate the command to run:~n"
|
||||||
|
"$ rebar co # same as rebar compile~n"
|
||||||
|
"$ rebar eu # same as rebar eunit~n"
|
||||||
|
"$ rebar g-d # same as rebar get-deps~n"
|
||||||
|
"$ rebar x eu # same as rebar xref eunit~n"
|
||||||
|
"$ rebar l-d # same as rebar list-deps~n"
|
||||||
|
"$ rebar l-d l-t # same as rebar list-deps list-templates~n"
|
||||||
|
"$ rebar list-d l-te # same as rebar list-deps list-templates~n"
|
||||||
|
"~n", []),
|
||||||
?CONSOLE(
|
?CONSOLE(
|
||||||
"Core rebar.config options:~n"
|
"Core rebar.config options:~n"
|
||||||
" ~p~n"
|
" ~p~n"
|
||||||
|
|
Loading…
Reference in a new issue