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 ec02c65 commit d7ff228Copy full SHA for d7ff228
lib/mix/lib/mix.ex
@@ -80,10 +80,12 @@ defmodule Mix do
80
end
81
82
@doc """
83
- Retrieves the current project configuration. If there
84
- is not a project defined, this function will
85
- return an empty keyword list. This allows many mix
86
- tasks to work without the need for an underlying project.
+ Retrieves the current project configuration, with the current
+ environment configuration applied.
+
+ If there is no project defined, it still returns a keyword
87
+ list with default values. This allows many mix tasks to work
88
+ without the need for an underlying project.
89
"""
90
def project do
91
Mix.Project.config
0 commit comments