This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
62
Wiki
Activity
瀏覽代碼
Merge pull request
#265
from goofansu/fix-qc-help-clean
Fix 'rebar help clean' function_clause error
pull/3/head
Jared Morrow
11 年之前
父節點
75f1383f66
43b3e0d038
當前提交
8edaa08ba6
共有
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_first_files
,
[
]
}
]
)
.
]
)
;
info
(
help
,
clean
)
-
>
Description
=
?
FMT
(
"
Delete QuickCheck test dir (
~s
)
"
,
[
?
QC_DIR
]
)
,
?
CONSOLE
(
"
~s
.
~n
"
,
[
Description
]
)
.
-
define
(
TRIQ_MOD
,
triq
)
.
-
define
(
EQC_MOD
,
eqc
)
.
Write
Preview
Loading…
取消
儲存