# shellcheck shell=dash

___x_cmd_pkgx_ddgo(){
    case "$1" in
        -h|--help)          ___x_cmd help -m pkgx ddgo; return ;;
    esac

    # Combination of multiple website ...
    ___X_CMD_DDGO_QUERY_SITE="pkgx.dev,docs.pkgx.sh" \
        ___x_cmd ddgo "$@"

}
