Skip to content
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

spinner is not displayed on stderr when used with a pipe #638

Closed
funcode opened this issue Jun 25, 2023 · 0 comments · Fixed by #643
Closed

spinner is not displayed on stderr when used with a pipe #638

funcode opened this issue Jun 25, 2023 · 0 comments · Fixed by #643

Comments

@funcode
Copy link

funcode commented Jun 25, 2023

When I run "jira issue list... > output" or "jira issue list... --plain |awk ...", the spinner is not shown.
This is due to a bug in the spinner package which was fixed by this PR: briandowns/spinner#149
The fix is to upgrade the spinner package to 1.23, and use the new WithWriterFile method instead of the old WithWriter method when initiating the spinner.

funcode added a commit to funcode/jira-cli that referenced this issue Jul 1, 2023
1. Fix ankitpokhrel#407
2. Fix ankitpokhrel#638
3. Display epic on the issue list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant