mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 06:58:54 +00:00
## Summary - Add the `update` subcommand to Fish shell completions - Apply the install/add/remove flags (--global, --dry-run, --force, etc.) to the `update` command Previously, Fish shell autocompletion for `bun update --gl<TAB>` would not work because: 1. The `update` command was missing from the list of built-in commands 2. The install/add/remove flags were not being applied to `update` Fixes #25953 ## Test plan - [x] Verify `update` appears in subcommand completions (`bun <TAB>`) - [x] Verify `--global` flag completion works (`bun update --gl<TAB>`) - [x] Verify other install flags work with update (--dry-run, --force, etc.) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>