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
update release provider to support relx opts
pull/3/head
Tristan Sloughter
10 years ago
parent
390bdbcc6d
commit
5483aba288
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_prv_release.erl
+ 1
- 1
src/rebar_prv_release.erl
View File
@ -26,7 +26,7 @@ init(State) ->
{
example
,
"
rebar release
"
}
,
{
short_desc
,
"
Build release of project.
"
}
,
{
desc
,
"
"
}
,
{
opts
,
[
]
}
]
)
)
,
{
opts
,
relx
:
opt_spec_list
(
)
}
]
)
)
,
{
ok
,
State1
}
.
-
spec
do
(
rebar_state
:
t
(
)
)
-
>
{
ok
,
rebar_state
:
t
(
)
}
|
{
error
,
string
(
)
}
.
Write
Preview
Loading…
Cancel
Save