_port: Fix completion of next arguments
This commit is contained in:
parent
e580a15f99
commit
de9abc631e
|
@ -131,7 +131,7 @@ _port() {
|
||||||
'-y[Perform a dry run.]' \
|
'-y[Perform a dry run.]' \
|
||||||
'-t[Enable trace mode debug facilities on platforms that support it (Mac OS X).]' \
|
'-t[Enable trace mode debug facilities on platforms that support it (Mac OS X).]' \
|
||||||
"1:Port actions:(($actions))" \
|
"1:Port actions:(($actions))" \
|
||||||
'*:Per-action arguments:_port_dispatch' \
|
'::Per-action arguments:_port_dispatch' \
|
||||||
&& return 0
|
&& return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue