From bb0107ad51c4a639500b391ae6ebe09d25e688cf Mon Sep 17 00:00:00 2001 From: Sam Coe Date: Mon, 23 Aug 2021 08:49:09 -0700 Subject: [PATCH] Unhide extension commands --- pkg/cmd/extension/command.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cmd/extension/command.go b/pkg/cmd/extension/command.go index f53031c8e..6be82d3a2 100644 --- a/pkg/cmd/extension/command.go +++ b/pkg/cmd/extension/command.go @@ -177,7 +177,6 @@ func NewCmdExtension(f *cmdutil.Factory) *cobra.Command { }, ) - extCmd.Hidden = true return &extCmd }