microsoft / microsoft/fabric-cli
[FEATURE] Autocomplete for fish shell
Open
Nobody has claimed this yet.
enhancement
help wanted
- Dominant language
- Python
- Stars
- 173
- Forks
- 63
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 4
Description
Use Case / Problem
Add completions for fish shell, which is supported by argcomplete.
Proposed Solution
https://github.com/kislyuk/argcomplete/tree/main/contrib#fish-support
In scripts/completion/fab_completion.fish:
register-python-argcomplete -s fish fab | source
Alternatives Considered
No response
Impact Assessment
- This would help me personally
- This would help my team/organization
- This would help the broader fabric-cli community
- This aligns with Microsoft Fabric roadmap items
Implementation Attestation
- I understand this feature should maintain backward compatibility with existing commands
- I confirm this feature request does not introduce performance regressions for existing workflows
- I acknowledge that new features must follow fabric-cli's established patterns and conventions
Implementation Notes
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with scripts/completion/fab_completion.fish and compare the existing completion setup with argcomplete’s fish support. Add the requested fish completion entry and verify that sourcing the file provides fab completions without changing existing shell completions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fish, python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100