ash-project / igniter

A code generation and project patching framework.
https://hexdocs.pm/igniter/readme.html
MIT License
174 stars 21 forks source link

Unable to generate an Ash+Phoenix+Postgres application without gettext #124

Closed aidalgol closed 1 week ago

aidalgol commented 2 weeks ago

Describe the bug

igniter.new appears to not be passing --no-gettext to phx.new when using --with phx.new --with-args="--no-gettext" --extend postgres.

To Reproduce

$ mix igniter.new hello --install ash,ash_postgres,ash_phoenix --with phx.new --with-args="--no-gettext" --extend postgres

Expected behavior

No gettext code in the generated project.

Runtime

Additional context

N/A

zachdaniel commented 1 week ago

Fixed in latest release.