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