-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QCommandLineParser: include the positional arguments' sizes in --help
We were mostly ignoring them because it looks like most people's options were longer than their positional arguments. The rest must have just accepted the enforced wrapping. But if you have very short options like single-letter only ones or none at all, the positional argument wrapping is unnecessarily short. [ChangeLog][QtCore][QCommandLineParser] Made it so the positional argument descriptions are taken into account in the aligning of text for helpText(). Pick-to: 6.8 Fixes: QTBUG-131716 Change-Id: Ib1eee62c7cf4462f6a26fffdec233ba849ebf158 Reviewed-by: David Faure <david.faure@kdab.com> (cherry picked from commit 8928b0f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
- Loading branch information
1 parent
f10b13e
commit 55a46ec
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters