oxo-flow completions#
Generate shell completions for oxo-flow. Completions provide tab-completion for subcommands, options, and file arguments.
Usage#
Arguments#
| Argument | Description |
|---|---|
<SHELL> |
Target shell: bash, zsh, fish, elvish, or powershell |
Examples#
Notes#
- Completions are generated by clap_complete based on the CLI definition
- You typically only need to run this once after installation or after upgrading to a version with new subcommands
- The output is written to stdout — redirect it to the appropriate completions file for your shell
- Restart your shell or source the completions file for changes to take effect