We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47aab3b commit 9ec2eb4Copy full SHA for 9ec2eb4
lib/mix/lib/mix/tasks/run.ex
@@ -33,7 +33,7 @@ defmodule Mix.Tasks.Run do
33
34
$ mix run --no-halt
35
36
- The `--no-start` option can also be given and the current application,
+ The `--no-start` option can also be given and neither the current application
37
nor its dependencies will be started. Alternatively, you may use
38
`mix eval` to evaluate a single expression without starting the current
39
application.
0 commit comments