Open pstumpf opened 8 months ago
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.
There is an analogous bug report for gitlab-cli, to be found here: https://gitlab.com/gitlab-org/cli/-/issues/7351
I'm having the same issue, also on OpenBSD (-current).
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.