Sanjibukai
Hi everybody,
I have a question I wanted to ask for a long time but never had the opportunity.
When I was learning the basics and discovered mix I was confused by the last item shown in the help listing:
~>mix help
mix # Runs the default task (current: "mix run")
...
mix run # Starts and runs the current application
mix test # Runs a project's tests
mix xref # Prints cross reference information
iex -S mix # Starts IEx and runs the default task
Why the heck starting IEx in the Mix Project context it’s not mix iex or something like that..
But after playing more and more I discovered that it makes total sense to use iex -S mix so that you can still pass option to IEx like --erl or --cookie etc..
But to be honest I also always wondered why the flag is capitalized -S instead of -s.
It seems that the Script option of iex is inherit from elixir but I don’t see any existing -s option (lowercase).
I’m not a vim-golfer or a script-golfer or any kind of other code-golfer, but this extra key stroke for the most used command (for me in development) mildly infuriates me.
Also, actually I’m using a shortcut to run that command so it doesn’t bother me anymore and now I can shrug too.. But I just wanted to learn the reason at least. I expect it has a valid reason but I didn’t see.
Trending in Questions
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixirconf-us
- #elixir-ls
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 2- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
superruzafa
I was exactly looking the answer to this question right now.
adamu
Can’t resist a good thread resurrect to do some detective work.
According to José Valim: