# shellcheck shell=dash

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

    ___X_CMD_DDGO_QUERY_SITE="https://pixi.sh/latest/" \
        ___x_cmd ddgo "$@"
}
