mirror of
https://github.com/restic/restic.git
synced 2026-03-17 19:45:56 +00:00
group commands and make features/options visible
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user