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

@@ -45,6 +45,7 @@ Exit status is 10 if the repository does not exist.
Exit status is 11 if the repository is already locked.
Exit status is 12 if the password is incorrect.
`,
GroupID: cmdGroupDefault,
DisableAutoGenTag: true,
RunE: func(cmd *cobra.Command, args []string) error {
return runDiff(cmd.Context(), diffOptions, globalOptions, args)