# shellcheck shell=dash
___x_cmd_zef___main(){
    [ "$#" -gt 0 ] || {
        ___x_cmd_zef___cmd
        return
    }

    local op="$1"; shift
    case "$op" in
        *)      ___x_cmd_zef___cmd "$op" "$@"
    esac
}

___x_cmd_zef___cmd(){
    x hascmd zef || x env try raku || return
    # shellcheck disable=SC2317
    ___x_cmd_zef___cmd(){
        ___x_cmd_zef___command "$@"
    }
    ___x_cmd_zef___command "$@"
}

___x_cmd_zef___command(){
    command zef "$@"
}

