# shellcheck shell=dash

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

    local op="$1"; shift
    case "$op" in
        --app)      ___x_cmd_trex___app "$@" ;;

        run)        ___x_cmd_trex_run "$@" ;;
    esac
}
