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
In #645 the completion name was correctly changed to comply with the completion loading logic in fish. However, the completion for assume only loads on once granted completion has been triggered, since both completions live in the granted.fish completion file.
An easy fix would be to write the completion two times, once for granted, and the other one for assume.
Fresh terminal:
assume-completion.webm
The text was updated successfully, but these errors were encountered:
In #645 the completion name was correctly changed to comply with the completion loading logic in fish. However, the completion for
assume
only loads on oncegranted
completion has been triggered, since both completions live in thegranted.fish
completion file.An easy fix would be to write the completion two times, once for
granted
, and the other one forassume
.Fresh terminal:
assume-completion.webm
The text was updated successfully, but these errors were encountered: