Explorar el Código

Merge pull request #2325 from paulo-ferraz-oliveira/feature/rebar_config_sample_shell_script_file

Feature shell.script_file in rebar.config.sample
pull/2326/head
Fred Hebert hace 4 años
cometido por GitHub
padre
commit
8876d0c4e2
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      rebar.config.sample

+ 1
- 1
rebar.config.sample Ver fichero

@ -219,7 +219,7 @@
%% apps to auto-boot with `rebar3 shell'; defaults to apps
%% specified in a `relx' tuple, if any.
{shell, [{apps, [app1, app2]}]}.
{shell, [{apps, [app1, app2]}, {script_file, "shell.escript"}]}.
%% == xref ==

Cargando…
Cancelar
Guardar