Skip to content

Document shell completion discovery - #2640

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

Document shell completion discovery#2640
Widthdom merged 1 commit into
mainfrom
fix-issue1639

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Advertise both cdidx completions <shell> and cdidx --completions <shell> in top-level help.
  • Document supported shells and install snippets for Bash, Zsh, Fish, and PowerShell in USER_GUIDE.md.
  • Add a bilingual changelog fragment for the completion documentation fix.

Validation

  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~ConsoleUiTests"
  • dotnet build CodeIndex.sln
  • dotnet ./tools/CodeIndex.Changelog/bin/Debug/net8.0/CodeIndex.Changelog.dll check
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll --help
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll completions --help
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll --completions powershell
  • Codex adversarial review: No blocking/actionable issues found.

Documentation and changelog

  • Updated USER_GUIDE.md.
  • Added changelog.d/unreleased/1639.docs.md.

Fixes #1639

@Widthdom
Widthdom marked this pull request as ready for review May 24, 2026 14:38
@Widthdom
Widthdom merged commit 99e7e20 into main May 24, 2026
10 checks passed
@Widthdom
Widthdom deleted the fix-issue1639 branch May 24, 2026 14:49
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.

completions flag is undocumented; shell coverage and install path unclear

1 participant