Skip to content

Commit 05a8ce5

Browse files
author
José Valim
committed
Merge pull request #2364 from pwoolcoc/minor-mix-help-fix
Document the additional `--names` argument that `mix help` can take
2 parents 46db0d4 + d498a89 commit 05a8ce5

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)