Closed aidalgol closed 1 week ago
igniter.new appears to not be passing --no-gettext to phx.new when using --with phx.new --with-args="--no-gettext" --extend postgres.
igniter.new
--no-gettext
phx.new
--with phx.new --with-args="--no-gettext" --extend postgres
$ mix igniter.new hello --install ash,ash_postgres,ash_phoenix --with phx.new --with-args="--no-gettext" --extend postgres
No gettext code in the generated project.
1.17.3
Erlang/OTP 25 [erts-13.2.2.10]
igniter_new-0.4.9
N/A
Fixed in latest release.
Describe the bug
igniter.new
appears to not be passing--no-gettext
tophx.new
when using--with phx.new --with-args="--no-gettext" --extend postgres
.To Reproduce
Expected behavior
No gettext code in the generated project.
Runtime
1.17.3
Erlang/OTP 25 [erts-13.2.2.10]
igniter_new-0.4.9
Additional context
N/A