瀏覽代碼

Document support for abbreviated commands

pull/3/head
Tuncer Ayaz 11 年之前
父節點
當前提交
c29f8b45ae
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. +10
    -0
      src/rebar.erl

+ 10
- 0
src/rebar.erl 查看文件

@ -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"

Loading…
取消
儲存