Skip to content

Wrap exact-match help text - #2641

Merged
Widthdom merged 1 commit into
mainfrom
fix-issue1426
May 24, 2026
Merged

Wrap exact-match help text#2641
Widthdom merged 1 commit into
mainfrom
fix-issue1426

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Wrap the --exact, --exact-substring, and --exact-name help text into shorter continuation lines.
  • Add focused usage-output coverage that keeps the exact-match option block within 80 columns.

Validation

  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~ConsoleUiTests" -p:UseSharedCompilation=false
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet build CodeIndex.sln -c Release -p:UseSharedCompilation=false
  • Adversarial review: No blocking/actionable issues found.

Documentation / Changelog

  • Added changelog.d/unreleased/1426.fixed.md.

Follow-up candidates

  • None.

Fixes #1426

@Widthdom
Widthdom merged commit 469d255 into main May 24, 2026
10 checks passed
@Widthdom
Widthdom deleted the fix-issue1426 branch May 24, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

'--exact-*' help-text line exceeds 80 columns and wraps unpredictably

1 participant