Kaynağa Gözat

Add hint for `rebar3 new help` on `rebar3 help new`

pull/1949/head
Stavros Aronis 6 yıl önce
ebeveyn
işleme
74f1de612c
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. +3
    -1
      src/rebar_prv_new.erl

+ 3
- 1
src/rebar_prv_new.erl Dosyayı Görüntüle

@ -82,7 +82,9 @@ info() ->
"Create rebar3 project based on template and vars.~n"
"~n"
"Valid command line options:~n"
" <template> [var=foo,...]~n", []).
" <template> [var=foo,...]~n"
"~n"
"See available templates with: `rebar3 new help`~n", []).
strip_flags([]) -> [];
strip_flags(["-"++_|Opts]) -> strip_flags(Opts);

Yükleniyor…
İptal
Kaydet