-
Notifications
You must be signed in to change notification settings - Fork 38
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
Wrapping not enabled on some columns, cutting off content #33
Comments
In this scenario it may be worth moving the metavars to be appended, see https://github.com/ewels/rich-click#metavars Let me know if you have any suggestions on how to make this part of the docs easier to find, or better functionality. I'm a little surprised that they're truncated though. Not sure where in the code this is being done. I'm going to leave this issue open until I investigate as it could be a rich table setting that I've overlooked or something. |
Add explicit mention of choices, add example and screenshots. See #33
Ok yeah, it was rich that was truncating these strings. That should be solved now with the full list wrapping on to new lines. I've also improved the readme with a new example and some screenshots: https://github.com/ewels/rich-click#metavars-and-option-choices |
Really appreciated, thanks!
Also, thanks. For reference, I didn't know that the list of possible values were known as metavars, but the new README changes makes that really clear. Again, thanks for the project here! |
Great project, thanks for sharing it!
I have some cli values with a lot of possible values.
When
--help
is rendered via rich-click, the options are cut off.The text was updated successfully, but these errors were encountered: