Skip to content

cu completion

cu completion

Generate shell completion script

Synopsis

Generate a shell completion script for cu.

To load completions:

Bash: $ source <(cu completion bash)

# To load completions for each session, execute once: # Linux: $ cu completion bash > /etc/bash_completion.d/cu # macOS: $ cu completion bash > $(brew --prefix)/etc/bash_completion.d/cu

Zsh: $ source <(cu completion zsh)

# To load completions for each session, execute once: $ cu completion zsh > "${fpath[1]}/_cu"

Fish: $ cu completion fish | source

# To load completions for each session, execute once: $ cu completion fish > ~/.config/fish/completions/cu.fish

PowerShell: PS> cu completion powershell | Out-String | Invoke-Expression

# To load completions for every new session, run: PS> cu completion powershell > cu.ps1 # and source this file from your PowerShell profile.

cu completion [bash|zsh|fish|powershell]

Options

  -h, --help   help for completion

Options inherited from parent commands

      --config string   config file (default is $HOME/.config/cu/config.yml)
      --debug           enable debug mode
  -o, --output string   output format (table|json|yaml|csv) (default "table")

SEE ALSO

  • cu - A GitHub CLI-inspired command-line interface for ClickUp
Auto generated by spf13/cobra on 29-Jun-2025