This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
62
Wiki
Activity
瀏覽代碼
Fix 'rebar help clean' function_clause error
Missing info(help, clean) in rebar_qc.erl.
pull/3/head
goofansu
11 年之前
父節點
75f1383f66
當前提交
43b3e0d038
共有
1 個文件被更改
,包括
4 次插入
和
1 次删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
src/rebar_qc.erl
+ 4
- 1
src/rebar_qc.erl
查看文件
@ -73,7 +73,10 @@ info(help, qc) ->
[
[
{
qc_compile_opts
,
[
]
}
,
{
qc_compile_opts
,
[
]
}
,
{
qc_first_files
,
[
]
}
{
qc_first_files
,
[
]
}
]
)
.
]
)
;
info
(
help
,
clean
)
-
>
Description
=
?
FMT
(
"
Delete QuickCheck test dir (
~s
)
"
,
[
?
QC_DIR
]
)
,
?
CONSOLE
(
"
~s
.
~n
"
,
[
Description
]
)
.
-
define
(
TRIQ_MOD
,
triq
)
.
-
define
(
TRIQ_MOD
,
triq
)
.
-
define
(
EQC_MOD
,
eqc
)
.
-
define
(
EQC_MOD
,
eqc
)
.
Write
Preview
Loading…
取消
儲存