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

if [[ -position 2 -1 ]]; then
  _normal "$@"
else
  complist -em
fi