瀏覽代碼

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

Loading…
取消
儲存