You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
Hello, certain elixir version don't know the
--short-version
option apparently (ex: Elixir1.11.4-otp-23
from asdf), and the command:elixir --short-version
ends with an error, so this line:tide/functions/_tide_item_elixir.fish
Line 3 in 44c521a
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.
The text was updated successfully, but these errors were encountered: