This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Fix 'rebar help clean' function_clause error
Missing info(help, clean) in rebar_qc.erl.
pull/3/head
goofansu
11 years ago
parent
75f1383f66
commit
43b3e0d038
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
src/rebar_qc.erl
+ 4
- 1
src/rebar_qc.erl
View File
@ -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…
Cancel
Save