mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Remove unnecessary parenthesis escaping
This commit is contained in:
@@ -45,7 +45,7 @@ _port() {
|
|||||||
select_options=(
|
select_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)'
|
||||||
)
|
)
|
||||||
|
|
||||||
_arguments -s -C \
|
_arguments -s -C \
|
||||||
|
|||||||
Reference in New Issue
Block a user