From d77de6091ad31b1fdadfcbc89a18520b04502f86 Mon Sep 17 00:00:00 2001 From: Duane Irvin Date: Thu, 7 May 2026 07:35:25 +0200 Subject: [PATCH] Unhide gxgames commands --- src/app.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app.ts b/src/app.ts index a8463ff..57ea3b1 100644 --- a/src/app.ts +++ b/src/app.ts @@ -27,7 +27,6 @@ import { KnownError } from "./error"; import { getLatestVersion } from "./get-latest-version"; import { manualCommand } from "./commands/manual/command"; import { cacheCommand } from "./commands/cache/command"; -import { getParsedEnv } from "./parse-env"; const routes = buildRouteMap({ routes: { @@ -42,9 +41,6 @@ const routes = buildRouteMap({ cache: cacheCommand, }, docs: { - hideRoute: { - gxgames: !getParsedEnv().GAMEMAKER_CLI_UNSTABLE_FEATURES, - }, brief: description, }, });