Skip to content

Add shell completion support (bash, zsh, fish) #22

Description

@francomano

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

  • proxydoctor completion <shell> outputs valid completion script
  • Installation instructions in README
  • Completions work with all subcommands and flags

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions