We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TTY:
dcr gsim battle jules ubu # works as expected with pretty output
Non-TTY:
dcr gsim battle jules ubu | tee $(mktemp) # blank output and clears my terminal
Note the !! Could not derive your terminal width !! in non-TTY environments
!! Could not derive your terminal width !!
TTY works fine:
dcr gsim battle -f web_raw jules ubu # {"a":{"id":1,"name":"Jules","image_url":"https:\/\/storage.googleapis.com\/img.kaori.io\/static\/img\/jules.png","rarity":"A","nature":"horny and feral","stupid":1,"baby":1,"clown":2,"horny":8,"cursed":1,"feral":7,"max_hp" ...
non-TTY has broken output
dcr gsim battle -f web_raw jules ubu | tee $(mktemp) # !! Could not derive your terminal width !! # {"a":{"id":1,"name":"Jules","image_url":"https:\/\/s
The text was updated successfully, but these errors were encountered:
ridhoq
No branches or pull requests
table output
TTY:
dcr gsim battle jules ubu # works as expected with pretty output
Non-TTY:
Note the
!! Could not derive your terminal width !!
in non-TTY environmentsweb and web_raw format
TTY works fine:
dcr gsim battle -f web_raw jules ubu # {"a":{"id":1,"name":"Jules","image_url":"https:\/\/storage.googleapis.com\/img.kaori.io\/static\/img\/jules.png","rarity":"A","nature":"horny and feral","stupid":1,"baby":1,"clown":2,"horny":8,"cursed":1,"feral":7,"max_hp" ...
non-TTY has broken output
Note the
!! Could not derive your terminal width !!
in non-TTY environmentsaction
The text was updated successfully, but these errors were encountered: