Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
rebar3
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
62
Wiki
Actividad
Explorar el Código
Merging
pull/3/head
Dave Smith
hace 15 años
padre
726f8e6946
af5096b6f0
commit
b5eded43d8
Se han
modificado 1 ficheros
con
6 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+6
-1
src/rebar.erl
+ 6
- 1
src/rebar.erl
Ver fichero
@ -27,4 +27,9 @@
-
export
(
[
main
/
1
]
)
.
main
(
Args
)
-
>
rebar_core
:
run
(
Args
)
.
case
catch
(
rebar_core
:
run
(
Args
)
)
of
ok
-
>
ok
;
_
-
>
halt
(
1
)
end
.
Escribir
Vista previa
Cargando…
Cancelar
Guardar