# shellcheck shell=dash
___x_cmd_asdf_ddgo(){
    case "$1" in
        -h|--help) ___x_cmd help -m asdf ddgo  "$@"; return 0 ;;
    esac

    ___X_CMD_DDGO_QUERY_SITE="https://github.com/asdf-vm/asdf-plugins" \
        ___x_cmd ddgo "$@"
}

___x_cmd_asdf_ddgoai(){
    case "$1" in
        -h|--help) ___x_cmd help -m asdf ddgoai  "$@"; return 0 ;;
    esac

    ___X_CMD_DDGO_QUERY_SITE="https://github.com/asdf-vm/asdf-plugins" \
        ___x_cmd ddgo --ai "$@"
}
