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

Bug: CLI should be terminal column aware and not cut off text #55

Open
2 tasks done
jpmcb opened this issue Oct 16, 2023 · 0 comments
Open
2 tasks done

Bug: CLI should be terminal column aware and not cut off text #55

jpmcb opened this issue Oct 16, 2023 · 0 comments
Labels
🐛 bug Something isn't working pizza-cli

Comments

@jpmcb
Copy link
Member

jpmcb commented Oct 16, 2023

Describe the bug

If the terminal window is rather small, text gets cut off in strange and sad ways:

Screenshot 2023-10-16 at 4 28 55 PM

The text output should be column aware and print words to the next line if they will wrap around the terminal. This is somewhat related to #17 which has some of this already built in.

Steps to reproduce

  1. Make your terminal really skinny
  2. run pizza -h to invoke the help text
  3. notice how some of the text gets cut off

Browsers

No response

Additional context (Is this in dev or production?)

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs
@jpmcb jpmcb added the 🐛 bug Something isn't working label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working pizza-cli
Projects
None yet
Development

No branches or pull requests

1 participant