Description
Shell completions would significantly improve the CLI experience. Cobra supports this natively.
Implementation
Cobra has built-in shell completion generation. Add a proxydoctor completion command that generates completions for bash, zsh, and fish.
Proposed Commands
proxydoctor completion bash
proxydoctor completion zsh
proxydoctor completion fish
proxydoctor completion powershell
Acceptance Criteria
Description
Shell completions would significantly improve the CLI experience. Cobra supports this natively.
Implementation
Cobra has built-in shell completion generation. Add a
proxydoctor completioncommand that generates completions for bash, zsh, and fish.Proposed Commands
proxydoctor completion bashproxydoctor completion zshproxydoctor completion fishproxydoctor completion powershellAcceptance Criteria
proxydoctor completion <shell>outputs valid completion script