Skip to content

Commit 58ee415

Browse files
committed
Improve mix escript_app's documentation
1 parent 561397d commit 58ee415

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/mix/lib/mix/tasks/escriptize.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ defmodule Mix.Tasks.Escriptize do
2525
Defaults to app name
2626
2727
* `escript_app` - the app to start with the escript
28-
Defaults to app name
28+
Defaults to app name. Set it to `nil` if no application should
29+
be started.
2930
3031
* `escript_main_module` - the module containing the main/1 function
3132
Defaults to `Project`

0 commit comments

Comments
 (0)