Working with processes in CLI application

Hey guys.

I have converted the little elixir&OTP temparature application into an CLI app but I have an issue of receiving the list of tempratures from the main process.

How can I use processes in an CLI app?

My repo

How am getting temparatures from a list of cities.

./concurrent_weather "Thika" "Nairobi"
1 Like

Can you provide a bit more detail about what you want to do that you can’t currently do?

Are you looking for a tutorial on using escript to write a CLI application or ?