Expand description
Shell completion generation module.
This module provides generic shell completion generation for CLI tools using clap.
It works with any clap CommandFactory and generates completions for all major shells.
Functionsยง
- generate_
completions - Generate shell completion scripts for a clap-based CLI.