mirror of
https://github.com/docker/cli.git
synced 2026-09-27 09:46:01 -04:00
Use 'docker plugin ls --format' to extract plugin names and IDs, escaping colons in the plugin name (e.g. repo:tag) so zsh _describe treats the ID correctly as description. Fixes #2761 Signed-off-by: FrancescoCastaldi <francesco.castaldi@mapsgroup.it>