mirror of
https://github.com/restic/restic.git
synced 2026-05-14 22:35:23 +00:00
group commands and make features/options visible
This commit is contained in:
@@ -26,6 +26,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, args []string) error {
|
||||
return runInit(cmd.Context(), initOptions, globalOptions, args)
|
||||
|
||||
Reference in New Issue
Block a user