Elixir icon: --short-version : Unknown option
Hello, certain elixir version don't know the --short-version option apparently (ex: Elixir 1.11.4-otp-23 from asdf), and the command: elixir --short-version ends with an error, so this line:
https://github.com/IlanCosman/tide/blob/44c521ab292f0eb659a9e2e1b6f83f5f0595fcbd/functions/_tide_item_elixir.fish#L3
Makes the fish prompt jumpy (it eats the error line but adds another line before the prompt) at best or it prints --short-version : Unknown option if I'm already writing something when the error is returned.
This was getting pretty annoying, so I experimented and found a workaround, which I'll propose as a MR 🙂 stay tuned.
There, the PR that fixes things is up. Let me know if there is more I can do to help.
(is anyone reading this?)
Hello? (feeling a bit like there's nobody around anymore...)