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
I generally use 80-column terminal windows, and the help text currently looks thus:
It would be awesome if the help text deduced my terminal width automatically and line-wrapped text accordingly.
The text was updated successfully, but these errors were encountered:
It looks like the CLI library that delta uses (clap) has a wrap_help feature: https://github.com/search?q=repo%3Aclap-rs%2Fclap%20wrap_help&type=code Perhaps this will require finishing off this PR: #1253
clap
wrap_help
Sorry, something went wrong.
Remove manual line-wrapping
7c2740d
Fixes #1316
Remove manual line-wrapping (#1350)
9b3ff8a
Successfully merging a pull request may close this issue.
I generally use 80-column terminal windows, and the help text currently looks thus:
It would be awesome if the help text deduced my terminal width automatically and line-wrapped text accordingly.
The text was updated successfully, but these errors were encountered: