Skip to content

Commit d498a89

Browse files
committed
Document the additional --names argument that mix help can take
1 parent 46db0d4 commit d498a89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/mix/lib/mix/tasks/help.ex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ defmodule Mix.Tasks.Help do
88
99
## Arguments
1010
11-
mix help - prints all tasks and their shortdoc
12-
mix help TASK - prints full docs for the given task
11+
mix help - prints all tasks and their shortdoc
12+
mix help --names - prints all task names
13+
mix help TASK - prints full docs for the given task
1314
1415
## Colors
1516

0 commit comments

Comments
 (0)