mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Fix bug introduced in 3e6040e01
I can't call a function from _arguments
This commit is contained in:
@@ -73,8 +73,14 @@ _port() {
|
||||
'-y[Perform a dry run.]' \
|
||||
'-t[enable trace mode debug facilities on platforms that support it (Mac OS X).]' \
|
||||
"1:Port actions:($actions)" \
|
||||
'*:extra:_port_dispatch' \
|
||||
'*:extra:->extra' \
|
||||
&& return 0
|
||||
|
||||
case "$state" in
|
||||
extra)
|
||||
_port_dispatch
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
_port_dispatch() {
|
||||
|
||||
Reference in New Issue
Block a user