group commands and make features/options visible

This commit is contained in:
Michael Eischer
2024-08-23 23:48:45 +02:00
parent 489af2a670
commit 5988d825b7
28 changed files with 47 additions and 6 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ EXIT STATUS
Exit status is 0 if the command was successful.
Exit status is 1 if there was any error.
`,
Hidden: true,
GroupID: cmdGroupAdvanced,
DisableAutoGenTag: true,
RunE: func(_ *cobra.Command, args []string) error {
if len(args) != 0 {