Merged
Conversation
- Expanded completion command help text with detailed instructions for all shells - Added proper Fish completion command (was previously truncated) - Included both temporary and persistent installation instructions for Bash, Zsh, and Fish - Updated README Shell Completions section with clearer examples for all three shells Co-authored-by: sammcj <[email protected]>
Copilot
AI
changed the title
[WIP] Fix confusing documentation around --help command
Fix incomplete shell completion help text
Jan 17, 2026
There was a problem hiding this comment.
Pull request overview
This PR fixes the incomplete and truncated shell completion help text in the ingest completion command. The help output previously had truncated Fish shell instructions and lacked persistent installation guidance.
Changes:
- Expanded the completion command help text with comprehensive instructions for all three shells (Bash, Zsh, Fish), including both session-only and persistent installation methods
- Added shell completion examples to README.md for Bash and Fish (previously only Zsh was documented)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| main.go | Expanded the Long help text for the completion command from a truncated single-line format to a comprehensive multi-line format with complete instructions for Bash, Zsh, and Fish shells |
| README.md | Added shell completion examples for all three shells (Bash, Zsh, Fish) instead of only Zsh, with clear session-only vs. persistent installation guidance |
sammcj
approved these changes
Jan 18, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
ingest completion --helpoutput had truncated Fish shell instructions and lacked persistent installation guidance for all shells.Before:
Changes:
After:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.