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 9c07243 commit 965ee9bCopy full SHA for 965ee9b
lib/mix/lib/mix/tasks/cmd.ex
@@ -67,7 +67,7 @@ defmodule Mix.Tasks.Cmd do
67
|> Enum.map(&String.to_atom/1)
68
69
if apps != [] do
70
- IO.warn("the --app in mix cmd is deprecated")
+ IO.warn("the --app in mix cmd is deprecated. Use mix do --app instead.")
71
end
72
73
if apps == [] or Mix.Project.config()[:app] in apps do
0 commit comments