From 9847b44619dd6217abdad97e002807676a22a5c2 Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Tue, 8 Apr 2025 08:43:43 +0200 Subject: [PATCH] main: `describe` non-hidden The describe format has become quite useful, we should list it in the help page. Signed-off-by: Simon de Vlieger --- cmd/image-builder/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/image-builder/main.go b/cmd/image-builder/main.go index bc33e7f..b00de87 100644 --- a/cmd/image-builder/main.go +++ b/cmd/image-builder/main.go @@ -473,7 +473,7 @@ operating systems like Fedora, CentOS and RHEL with easy customizations support. RunE: cmdDescribeImg, SilenceUsage: true, Args: cobra.ExactArgs(1), - Hidden: true, + Hidden: false, Aliases: []string{"describe-image"}, } describeImgCmd.Flags().String("arch", "", `use the different architecture`)