From e970a129af21e815cbd86e224869bf6b51ec2cc2 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 17 Feb 2025 19:26:06 +0100 Subject: [PATCH] - --- acceptance/help/output.txt | 1 - cmd/selftest/selftest.go | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/acceptance/help/output.txt b/acceptance/help/output.txt index af9f167ba..7310c5794 100644 --- a/acceptance/help/output.txt +++ b/acceptance/help/output.txt @@ -129,7 +129,6 @@ Additional Commands: configure Configure authentication help Help about any command labs Manage Databricks Labs installations - selftest Non functional CLI commands that are useful for testing version Retrieve information about the current version of this CLI Flags: diff --git a/cmd/selftest/selftest.go b/cmd/selftest/selftest.go index e05bf02de..3291e0633 100644 --- a/cmd/selftest/selftest.go +++ b/cmd/selftest/selftest.go @@ -6,8 +6,9 @@ import ( func New() *cobra.Command { cmd := &cobra.Command{ - Use: "selftest", - Short: "Non functional CLI commands that are useful for testing", + Use: "selftest", + Short: "Non functional CLI commands that are useful for testing", + Hidden: true, } cmd.AddCommand(newChildCommand())