#compdef trap

if [[ CURRENT -eq 2 ]]; then
  compgen -c
else
  compgen -k signals
fi
