Skip to content

Commit

Permalink
docs: clearer description of adds_deps and installs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 27, 2025
1 parent 80d2524 commit 0e1623d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/mix/tasks/igniter.gen.task.ex
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@ defmodule Mix.Tasks.Igniter.Gen.Task do
# Groups allow for overlapping arguments for tasks by the same author
# See the generators guide for more.
group: #{inspect(app_name)},
# dependencies to add
# *other* dependencies to add
# i.e `{:foo, "~> 2.0"}`
adds_deps: [],
# dependencies to add and call their associated installers, if they exist
# *other* dependencies to add and call their associated installers, if they exist
# i.e `{:foo, "~> 2.0"}`
installs: [],
# An example invocation
example: @example,
Expand Down

0 comments on commit 0e1623d

Please sign in to comment.