if [[ "$1" == "--completions" ]]; then compgen -A function | grep '^[^_]' exit 0 fi "$@"