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
The issue here is that jira-cli uses the unmaintained survey library (https://github.com/AlecAivazis/survey/). It seems like bubbletea is the recommended replacement.
When executing certain commands, at least
jira init
,jira issue create
andjira epic create
, raw escape sequences are visible.E.g.
Arrow up/down is printed as
^[[A
and^[[B
, then[[24;80R
is printed after pressing return.It seems like something is putting the terminal into raw mode.
This happens with both @latest and
on OpenBSD (-current), both in an xterm and in tmux.
Otherwise, the commands work as expected.
The text was updated successfully, but these errors were encountered: