pizza-cli
pizza-cli copied to clipboard
Bug: CLI should be terminal column aware and not cut off text
Describe the bug
If the terminal window is rather small, text gets cut off in strange and sad ways:
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
- Make your terminal really skinny
- run
pizza -h
to invoke the help text - 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
- [X] I agree to follow this project's Code of Conduct
Contributing Docs
- [X] I agree to follow this project's Contribution Docs