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

View File

@@ -28,6 +28,7 @@ EXIT STATUS
Exit status is 0 if the command was successful.
Exit status is 1 if there was any error.
`,
GroupID: cmdGroupDefault,
DisableAutoGenTag: true,
RunE: func(_ *cobra.Command, args []string) error {
return runCache(cacheOptions, globalOptions, args)