mirror of
https://github.com/restic/restic.git
synced 2026-09-22 20:18:32 +00:00
group commands and make features/options visible
This commit is contained in:
@@ -19,6 +19,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(cmd *cobra.Command, _ []string) error {
|
||||
return runUnlock(cmd.Context(), unlockOptions, globalOptions)
|
||||
|
||||
Reference in New Issue
Block a user