Skip to content

Commit 758da1e

Browse files
wojtekmachjosevalim
authored andcommitted
Update Mix.Task.preferred_cli_env/1 docs (#13114)
1 parent 250b48a commit 758da1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/mix/lib/mix/task.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ defmodule Mix.Task do
239239
Mix.ProjectStack.recursing() != nil
240240
end
241241

242+
@doc """
243+
Available for backwards compatibility.
244+
"""
242245
@deprecated "Configure the environment in your mix.exs"
243246
defdelegate preferred_cli_env(task), to: Mix.CLI
244247

0 commit comments

Comments
 (0)