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
Approach the "Principle of Least Astonishment"
pull/2325/head
Paulo F. Oliveira
4 years ago
parent
0952780e98
commit
b751a02926
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
rebar.config.sample
+ 1
- 1
rebar.config.sample
View 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 ==
Write
Preview
Loading…
Cancel
Save