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
1212 $ mix help ALIAS - prints the definition for the given alias
1313 $ mix help TASK - prints full docs for the given task
1414 $ 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)
1716 $ mix help --aliases - prints all aliases
1817
1918 ## Colors
@@ -53,6 +52,7 @@ defmodule Mix.Tasks.Help do
5352 display_default_task_doc ( max )
5453 display_doc_list ( docs , max )
5554 display_iex_task_doc ( max )
55+ Mix . shell ( ) . info ( "\n Use \" mix help <TASK>\" for more information on a particular command." )
5656 end
5757
5858 def run ( [ "--names" ] ) do
You can’t perform that action at this time.
0 commit comments