
___x_cmd_zig_fetch(){
    [ $# -gt 0 ] || set -- --app

    case "$1" in
        --app)      ___x_cmd_zig pm la ;;
        *)          ___x_cmd_zig___command fetch "$@"
    esac
}


