使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
SisMaker
/
rebar3
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
项目
0
版本发布
62
百科
动态
浏览代码
Merge pull request
#196
from tuncer/rebar-run-info
Print a more appropriate message on 'rebar info'
pull/3/head
Jared Morrow
11 年前
父节点
d75af5266d
4af177bd06
当前提交
cf3a24e5c7
共有
1 个文件被更改
,包括
3 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+3
-1
src/rebar.erl
+ 3
- 1
src/rebar.erl
查看文件
@ -87,7 +87,9 @@ run(["help"|RawCmds]) when RawCmds =/= [] ->
run
(
[
"
help
"
]
)
-
>
help
(
)
;
run
(
[
"
info
"
|
_
]
)
-
>
help
(
)
;
%
%
Catch
calls
to
'rebar info'
to
avoid
treating
plugins
'
info
/
2
functions
%
%
as
commands
.
?
CONSOLE
(
"
Command 'info' not understood or not applicable
~n
"
,
[
]
)
;
run
(
[
"
version
"
]
)
-
>
ok
=
load_rebar_app
(
)
,
%
%
Display
vsn
and
build
time
info
撰写
预览
正在加载...
取消
保存