Skip to content

Commit 1a26ea2

Browse files
committed
Document --no-deps on 'mix compile'
1 parent 6d6e7d7 commit 1a26ea2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/mix/lib/mix/tasks/compile.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ defmodule Mix.Tasks.Compile do
2727
2828
* `--list` - List all enabled compilers.
2929
30+
* `--no-deps` - Skips compilation and loading of dependencies.
31+
3032
Remaining options are forwarded to underlying compilers.
3133
3234
"""

0 commit comments

Comments
 (0)