We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10902df commit c464eb8Copy full SHA for c464eb8
1 file changed
lib/mix/lib/mix/task.ex
@@ -262,6 +262,9 @@ defmodule Mix.Task do
262
263
@doc """
264
Available for backwards compatibility.
265
+
266
+ See the [CLI configuration](Mix.Project.html#module-cli-configuration)
267
+ section in the `Mix.Project` documentation.
268
"""
269
@deprecated "Configure the environment in your mix.exs"
270
defdelegate preferred_cli_env(task), to: Mix.CLI
0 commit comments