-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jira issue list --plain
does not respect TERM=dumb
#291
Comments
PR would be nice :) |
@ankitpokhrel what are you using for terminal discovery? The first thing I found was this: https://github.com/golang/term Do you have |
Most of the terminal discovery is being done by rivo/tview (for tui) and charmbracelet/glamour (for issue view).
For issue listing, its being triggered from here: https://github.com/ankitpokhrel/jira-cli/blob/main/internal/view/issues.go#L41-L44 |
@ankitpokhrel could you help me understand how this is an "enhancement" and not a "defect"? |
@realtime-neil l don't have any specific rules for this. I added "enhancement" because the tool was not designed for a "dumb" terminals. However, I don't mind supporting this for |
Describe the bug
TERM=dumb jira issue list --plain
prints lines that exceed the 80-character width limit.Please provide following details
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
not applicable
Additional context
not applicable
The text was updated successfully, but these errors were encountered: