## Description The CLI has shell completions for bash and zsh but not fish. ## Task - Add fish shell completion generation using clap's built-in support - Update the shell-completions documentation - Test with `streamline-cli completions fish` ## Helpful Context - See existing completions in `src/cli.rs` - [clap completions guide](https://docs.rs/clap_complete/latest/clap_complete/)
Description
The CLI has shell completions for bash and zsh but not fish.
Task
streamline-cli completions fishHelpful Context
src/cli.rs