about summary refs log tree commit diff
path: root/Functions/Completion/__command
blob: deaabdb1fcf8e10c28fb7ed476580b8097433d7e (plain) (blame)
1
2
3
4
5
6
7
#function command

if [[ -position 2 -1 ]]; then
  compsub
else
  complist -em
fi