Description
Werma uses clap for CLI argument parsing, which has built-in support for generating shell completions. Adding completion scripts would improve the developer experience significantly.
What needs to happen
- Add a
werma completions <shell> subcommand that outputs the completion script
- Support at least: bash, zsh, fish
- Document installation in the README
Helpful resources
Acceptance Criteria
Description
Werma uses clap for CLI argument parsing, which has built-in support for generating shell completions. Adding completion scripts would improve the developer experience significantly.
What needs to happen
werma completions <shell>subcommand that outputs the completion scriptHelpful resources
engine/src/cli.rsAcceptance Criteria
werma completions bashoutputs valid bash completionswerma completions zshoutputs valid zsh completionswerma completions fishoutputs valid fish completions