Sometimes I forget what I've previously aliased via alias in an iex session.
I can check by simply entering the alias I want to use, e.g. iex(314)> SomeName, or the default for multi-part module names, but it'd be also be nice to see any other 'non-standard' aliases I've already setup.
Run __ENV__.aliases:
iex(92)> __ENV__.aliases
[
{Repo, SomeProject.Repo},
{Customer, SomeProject.Customer},
{Merchant, SomeProject.Merchant},
{Util, SomeProject.Integration.Util}
]
More info:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With