@forge/cli

12.14.0-next.9-experimental-44a932f12.14.0-next.14-experimental-3fd1b86
out/command-line/register-custom-scopes-commands.js
~out/command-line/register-custom-scopes-commands.jsModified
+1−3
Index: package/out/command-line/register-custom-scopes-commands.js
===================================================================
--- package/out/command-line/register-custom-scopes-commands.js
+++ package/out/command-line/register-custom-scopes-commands.js
@@ -4,11 +4,9 @@
 const cli_shared_1 = require("@forge/cli-shared");
 const custom_scopes_view_1 = require("./view/custom-scopes-view");
 const registerCommands = ({ cmd: topLevel, controllers: { customScopesController: controller } }) => {
     const text = cli_shared_1.Text.customScopes.cmd;
-    const cmd = topLevel
-        .command(text.name, { hidden: true })
-        .description(text.description);
+    const cmd = topLevel.command(text.name).description(text.description);
     cmd
         .command(text.subcmds.list.name, { isDefault: true })
         .description(text.subcmds.list.description)
         .environmentOption()