-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix(nl): allow repeated flags to match GNU nl behavior (fixes #9132) #9140
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
Conversation
|
GNU testsuite comparison: |
5238335 to
a2db784
Compare
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
a2db784 to
8f1bd52
Compare
CodSpeed Performance ReportMerging #9140 will not alter performanceComparing Summary
Footnotes
|
|
GNU testsuite comparison: |
8f1bd52 to
2d56770
Compare
|
GNU testsuite comparison: |
2d56770 to
a4819ba
Compare
|
GNU testsuite comparison: |
1ed8792 to
aff651d
Compare
|
GNU testsuite comparison: |
aff651d to
01cfb02
Compare
|
GNU testsuite comparison: |
• Enable args_override_self(true) for repeated flags • Remove unnecessary ArgAction::Append calls • Fix tests to verify last value wins, not just succeeds • Update test output validation for repeated flags Fixes uutils#9132
01cfb02 to
abcfbe4
Compare
|
GNU testsuite comparison: |
|
Thanks :) |
Fixes #9132. uu-nl now accepts repeated flags like GNU nl. Added args_override_self(true)to all 10 value-accepting arguments.