mirror of
https://github.com/restic/restic.git
synced 2026-05-30 05:45:23 +00:00
group commands and make features/options visible
This commit is contained in:
@@ -31,7 +31,7 @@ EXIT STATUS
|
||||
Exit status is 0 if the command was successful.
|
||||
Exit status is 1 if there was any error.
|
||||
`,
|
||||
Hidden: true,
|
||||
GroupID: cmdGroupAdvanced,
|
||||
DisableAutoGenTag: true,
|
||||
RunE: func(_ *cobra.Command, args []string) error {
|
||||
if len(args) != 0 {
|
||||
|
||||
Reference in New Issue
Block a user