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

if [[ -position 3 -1 ]]; then
  _normal
else
  compgen -em
fi