浏览代码

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 年前
提交者 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" "Create rebar3 project based on template and vars.~n"
"~n" "~n"
"Valid command line options:~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([]) -> [];
strip_flags(["-"++_|Opts]) -> strip_flags(Opts); strip_flags(["-"++_|Opts]) -> strip_flags(Opts);

正在加载...
取消
保存