Skip to content

fix(completions): add --list-transcription-models and --show-metadata to zsh completion#2118

Open
OdinKral wants to merge 1 commit into
danielmiessler:mainfrom
OdinKral:fix/zsh-completion-missing-flags
Open

fix(completions): add --list-transcription-models and --show-metadata to zsh completion#2118
OdinKral wants to merge 1 commit into
danielmiessler:mainfrom
OdinKral:fix/zsh-completion-missing-flags

Conversation

@OdinKral
Copy link
Copy Markdown

Summary

Two flags added in recent releases were absent from completions/_fabric:

Flag Added in
--list-transcription-models transcription feature
--show-metadata --show-metadata flag

The --transcribe-model completion already calls _fabric_transcription_models() (the dynamic list helper), but the standalone --list-transcription-models list flag was not in the completion spec at all. --show-metadata was also missing.

Changes

  • completions/_fabric — two lines added in the correct position next to their related flags

Test plan

  • Source the updated _fabric completion and verify fabric --list<Tab> shows --list-transcription-models
  • Verify fabric --show<Tab> shows --show-metadata

🤖 Generated with Claude Code

… to zsh completion

Two flags introduced in recent releases were missing from the _fabric
zsh completion spec. Tab-completing after --transcribe-model or
--show-metadata now suggests the correct flags.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant