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

if [[ CURRENT -ge 3 ]]; then
  compset -n 2
  _normal
else
  compgen -em
fi