# shellcheck shell=dash

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

    ___X_CMD_DDGO_QUERY_SITE="https://linuxserver.io" \
        ___x_cmd ddgo "$@"
}
