blob: c961aaa8894ff9d3de2cd82086ff6e6ca6a647bf (
plain)
1
2
3
4
5
6
7
8
9
10
|
#autoload
local words=("$words[@]") CURRENT=$CURRENT
local _comp_command1 _comp_command2 _comp_command
words[1]=("$@")
(( CURRENT += $# - 1 ))
_set_command
_dispatch "$_comp_command" "$_comp_command1" "$_comp_command2" -default-
|