From eeb33f99ce3c3d20b669a59853b4a6432996af4a Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 22:59:16 +0900 Subject: [PATCH] fix _port completion - fix wrong option definitions --- src/_port | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/_port b/src/_port index 85a397e..0f12e15 100644 --- a/src/_port +++ b/src/_port @@ -250,10 +250,10 @@ _port() { ;; (select) options+=( - '--summary:Display summary of selected options' - '--list:List available versions for the group' - '--set:Select the given version for the group' - '--show:Show which version is currently selected for the group (default if none given)' + '--summary[Display summary of selected options]' + '--list[List available versions for the group]' + '--set[Select the given version for the group]' + '--show[Show which version is currently selected for the group (default if none given)]' '1:group:_port_select_groups' '2:variant:_port_select_variants' )