ソースを参照

Merge pull request #1949 from aronisstav/add-more-help-hint

Add hint for `rebar3 new help` on `rebar3 help new`
pull/1965/head
Fred Hebert 6年前
committed by GitHub
コミット
f2d556d0b9
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      src/rebar_prv_new.erl

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

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

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