Skip to content

docs: fix zsh completion in current session

Description

The shell completion for zsh isn't correct according to https://github.com/spf13/cobra/blob/ad6db7f8f6e485f55b1561df9276fa4d8e278bde/completions.go#L730. This is an error from !1111 (merged) where the completion docs were updated.

Related Issues

Resolves #1210 (closed)

How has this been tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

Closes #1210 (closed)

Merge request reports