about summary refs log tree commit diff
path: root/Completion/Base/Utility/_sub_commands
blob: 429931a1624703dc1738af7ae4e569e8a57cc389 (plain) (blame)
1
2
3
4
5
6
7
8
9
#autoload

local expl

if [[ CURRENT -eq 2 ]]; then
  _wanted commands expl command compadd "$@"
else
  _message 'no more arguments'
fi