File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ defmodule Mix.Tasks.Help do
12
12
$ mix help ALIAS - prints the definition for the given alias
13
13
$ mix help TASK - prints full docs for the given task
14
14
$ mix help --search PATTERN - prints all tasks and aliases that contain PATTERN in the name
15
- $ mix help --names - prints all task names and aliases
16
- (useful for autocompleting)
15
+ $ mix help --names - prints all task names and aliases (useful for autocompletion)
17
16
$ mix help --aliases - prints all aliases
18
17
19
18
## Colors
@@ -53,6 +52,7 @@ defmodule Mix.Tasks.Help do
53
52
display_default_task_doc ( max )
54
53
display_doc_list ( docs , max )
55
54
display_iex_task_doc ( max )
55
+ Mix . shell ( ) . info ( "\n Use \" mix help <TASK>\" for more information on a particular command." )
56
56
end
57
57
58
58
def run ( [ "--names" ] ) do
You can’t perform that action at this time.
0 commit comments