Sfoglia il codice sorgente

Approach the "Principle of Least Astonishment"

pull/2325/head
Paulo F. Oliveira 4 anni fa
parent
commit
b751a02926
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      rebar.config.sample

+ 1
- 1
rebar.config.sample Vedi File

@ -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 ==

Caricamento…
Annulla
Salva