gh wt completion

Generate shell completion scripts for gh wt commands

Synopsis

Generate shell completion scripts to enable tab completion for gh wt commands.

Tab completion provides:

  • Command name completion (add, remove, run, action)
  • Subcommand completion (install, uninstall)
  • Flag completion

Supported shells: bash, zsh, fish, powershell

gh wt completion [shell]

Examples

# Generate completion script for bash
gh wt completion bash

# Generate completion script for zsh
gh wt completion zsh

# Generate completion script for fish
gh wt completion fish

# Generate completion script for PowerShell
gh wt completion powershell

# Install completions automatically (detects your shell)
gh wt completion install

# Uninstall completions
gh wt completion uninstall

Options inherited from parent commands

FlagDescription
--no-colordisable color output
--verboseverbose output
-f, --forceforce operation without prompts

SEE ALSO