Skip to content

fix(completions): add --list-transcription-models and --show-metadata to bash and fish#2121

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

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

Conversation

@OdinKral
Copy link
Copy Markdown

Summary

Follow-up to #2118 (zsh). The same two flags were also missing from fabric.bash and fabric.fish:

  • --list-transcription-models — absent from bash opts string and fish
  • --show-metadata — absent from bash opts string and fish

Keeps all three completion scripts in sync with the current flag set.

Changes

  • completions/fabric.bash — added both flags to the opts string
  • completions/fabric.fish — added two complete lines next to related flags

🤖 Generated with Claude Code

… to bash and fish

These two flags were missing from both fabric.bash and fabric.fish, the
same gap fixed for zsh in the preceding PR. Keeps all three completion
scripts in sync.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
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