cut: improve and shorten help text - #13985
Conversation
|
I see no changes done to the french locale, even though both English and French help texts are about equally long. |
|
Also, a lot of the length in the cut after-help output comes from new lines, which is rather an a lot easier corner to cut when it comes to length than shortening potentially valuable content. |
da9d4aa to
d9ac3be
Compare
|
Changes since last push:
|
Merging this PR will improve performance by 3.94%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ⚡ | Simulation | du_summarize_balanced_tree[(5, 4, 10)] |
16.4 ms | 15.8 ms | +3.94% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing cakebaker:cut_improve_help (d9ac3be) with main (bfd7c63)
Footnotes
-
366 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
|
GNU testsuite comparison: |
|
@mustafaelrasheid yes, that's the reason the test was added. However, I don't think it needs testing as it was not a bug in the code. |
The current help output is very long and wordy. This PR is an attempt to make it much shorter.
I used the help of an AI for this PR.