fix _port completion

- fix wrong option definitions
This commit is contained in:
Shohei YOSHIDA 2026-03-08 22:59:16 +09:00
parent d9dd3f1a56
commit eeb33f99ce
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 4 additions and 4 deletions

View File

@ -250,10 +250,10 @@ _port() {
;; ;;
(select) (select)
options+=( options+=(
'--summary:Display summary of selected options' '--summary[Display summary of selected options]'
'--list:List available versions for the group' '--list[List available versions for the group]'
'--set:Select the given version 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)' '--show[Show which version is currently selected for the group (default if none given)]'
'1:group:_port_select_groups' '1:group:_port_select_groups'
'2:variant:_port_select_variants' '2:variant:_port_select_variants'
) )