ソースを参照

Fix description in "rebar3 new"

`template` is not a kv-style argument, but a plain argument. If you give `template=app` on the command line, you get "template not found."
pull/686/head
Sean Cribbs 9年前
コミット
a9aca6190c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/rebar_prv_new.erl

+ 1
- 1
src/rebar_prv_new.erl ファイルの表示

@ -70,7 +70,7 @@ info() ->
"Create rebar3 project based on template and vars.~n"
"~n"
"Valid command line options:~n"
" template= [var=foo,...]~n", []).
" <template> [var=foo,...]~n", []).
is_forced(State) ->
{Args, _} = rebar_state:command_parsed_args(State),

読み込み中…
キャンセル
保存