Pārlūkot izejas kodu

Document support for abbreviated commands

pull/3/head
Tuncer Ayaz pirms 11 gadiem
vecāks
revīzija
c29f8b45ae
1 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. +10
    -0
      src/rebar.erl

+ 10
- 0
src/rebar.erl Parādīt failu

@ -187,6 +187,16 @@ help() ->
?CONSOLE(
"Type 'rebar help <CMD1> <CMD2>' for help on specific commands."
"~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(
"Core rebar.config options:~n"
" ~p~n"

Notiek ielāde…
Atcelt
Saglabāt