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 e019dfd commit a5c2812Copy full SHA for a5c2812
lib/mix/lib/mix/tasks/help.ex
@@ -94,6 +94,8 @@ defmodule Mix.Tasks.Help do
94
Mix.raise("Unexpected arguments, expected \"mix help --search PATTERN\"")
95
end
96
97
+ @compile {:no_warn_undefined, IEx.Introspection}
98
+
99
def run([module = <<first, _::binary>>]) when first in ?A..?Z or first == ?: do
100
loadpaths!()
101
0 commit comments