-
Notifications
You must be signed in to change notification settings - Fork 80
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
Running watch on the command is returning unformatted output #35
Comments
Help |
Hi @rajula96reddy, Thanks for opening this issue. I can see this happening because watch command is not ascii safe and breaks the table being rendered. This issue mostly pertains to how On a side note, since there are API rate limitations I wouldn't recommend using it with |
Hi @manrajgrover . Thanks for the comment. Yeah given the API limitations I shouldn't be using |
@rajula96reddy Thanks for sharing the use case. Makes sense. If you can update the watch command in your first comment, it would help. @DanielRuf has someone raised this issue before with |
We are cli-table2 API compatible and did not change the behavior (afaik). |
You are welcome.! I did update my first comment. |
@rajula96reddy I meant @DanielRuf Thanks for looking into it :) |
@manrajgrover I am sorry. I corrected it. 😅 |
Description
When running watch on the cli command, like
watch -n 60 football standings --league WC
which runs the command after every 60 seconds, just like refreshing, the output isVersions
Error
Expected behaviour
Steps to recreate
watch football standings -l WC
People to notify
The text was updated successfully, but these errors were encountered: