Przeglądaj źródła

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 lat temu
rodzic
commit
a9aca6190c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rebar_prv_new.erl

+ 1
- 1
src/rebar_prv_new.erl Wyświetl plik

@ -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),

Ładowanie…
Anuluj
Zapisz