# shellcheck shell=dash
___x_cmd_msys2___main(){
    [ "$#" -gt 0 ] ||   set -- -h

    local op="$1"; shift
    case "$op" in
        -h|--help)
            ___x_cmd_msys2___help "$@" ;;
    esac
}
