We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf86b51 commit ab07790Copy full SHA for ab07790
1 file changed
lib/mix/tasks/igniter.install.ex
@@ -39,6 +39,8 @@ defmodule Mix.Tasks.Igniter.Install do
39
* `--yes-to-deps` - Automatically answer yes to any prompts about installing new deps.
40
* `--verbose` - Display additional output from various operations.
41
* `--example` - Request that installed packages include initial example code.
42
+
43
+ `argv` values are also passed to the igniter installer tasks of installed packages.
44
"""
45
46
use Mix.Task
0 commit comments