Skip to content

Commit ab07790

Browse files
authored
docs: explain args pass through in igniter.install.ex (#311)
1 parent bf86b51 commit ab07790

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/mix/tasks/igniter.install.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ defmodule Mix.Tasks.Igniter.Install do
3939
* `--yes-to-deps` - Automatically answer yes to any prompts about installing new deps.
4040
* `--verbose` - Display additional output from various operations.
4141
* `--example` - Request that installed packages include initial example code.
42+
43+
`argv` values are also passed to the igniter installer tasks of installed packages.
4244
"""
4345

4446
use Mix.Task

0 commit comments

Comments
 (0)