Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
rebar3
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
update release provider to support relx opts
pull/3/head
Tristan Sloughter
10 anni fa
parent
390bdbcc6d
commit
5483aba288
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/rebar_prv_release.erl
+ 1
- 1
src/rebar_prv_release.erl
Vedi 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
(
)
}
.
Scrivi
Anteprima
Caricamento…
Annulla
Salva