### Fixed

  - Shell completion for `zsh` was misbehaving in the presence of colons in
    the completion item.
    This was due to an overzealous workaround for
    [`pallets/click#2703`][CLICK_2703].

[CLICK_2703]: https://github.com/pallets/click/issues/2703