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 120467f commit b615c84Copy full SHA for b615c84
lib/mix/lib/mix/tasks/cmd.ex
@@ -63,7 +63,7 @@ defmodule Mix.Tasks.Cmd do
63
|> Enum.map(&String.to_atom/1)
64
65
if apps != [] do
66
- IO.warn("the --app in mix cmd is deprecated")
+ IO.warn("the --app in mix cmd is deprecated. Use mix do --app instead.")
67
end
68
69
if apps == [] or Mix.Project.config()[:app] in apps do
0 commit comments