### Elixir and Erlang/OTP versions Erlang/OTP 26 [erts-14.2.1] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit] Elixir 1.16.0 (compiled with Erlang/OTP 26) ### Operating system macOS 14.1.2 ### Current behavior Found on Phoenix I'm working on. When open shell with `iex -S mix phx.server` and type in the shell. ``` iex> PymServerWeb.Router.Helpers.admin_customer_path(<press TAB> ``` The result shows ``` admin_customer_path(conn_or_endpoint, action, customer_id, params) admin_customer_path(conn_or_endpoint, action, params)iex(1)> PymServerWeb.Router.Helpers.admin_customer_path( admin_customer_path(conn_or_endpoint, action) ``` ### Expected behavior I expected to see `iex> ` line below suggestions, not mixed with the result from suggestions.