Skip to content

Commit c464eb8

Browse files
authored
Add pointer to CLI config in Mix.Task.preferred_cli_env/1 (#15171)
1 parent 10902df commit c464eb8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/mix/lib/mix/task.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ defmodule Mix.Task do
262262

263263
@doc """
264264
Available for backwards compatibility.
265+
266+
See the [CLI configuration](Mix.Project.html#module-cli-configuration)
267+
section in the `Mix.Project` documentation.
265268
"""
266269
@deprecated "Configure the environment in your mix.exs"
267270
defdelegate preferred_cli_env(task), to: Mix.CLI

0 commit comments

Comments
 (0)