Skip to content

Commit df66d88

Browse files
authored
Update Mix.Task.preferred_cli_env/1 docs (#13114)
1 parent 9415b37 commit df66d88

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
@@ -256,6 +256,9 @@ defmodule Mix.Task do
256256
Mix.ProjectStack.recursing() != nil
257257
end
258258

259+
@doc """
260+
Available for backwards compatibility.
261+
"""
259262
@deprecated "Configure the environment in your mix.exs"
260263
defdelegate preferred_cli_env(task), to: Mix.CLI
261264

0 commit comments

Comments
 (0)