mirror of
https://github.com/restic/restic.git
synced 2026-09-24 21:10:30 +00:00
Create root command via function
This commit is contained in:
@@ -54,10 +54,6 @@ Exit status is 12 if the password is incorrect.
|
||||
return cmd
|
||||
}
|
||||
|
||||
func init() {
|
||||
cmdRoot.AddCommand(newDumpCommand())
|
||||
}
|
||||
|
||||
// DumpOptions collects all options for the dump command.
|
||||
type DumpOptions struct {
|
||||
restic.SnapshotFilter
|
||||
|
||||
Reference in New Issue
Block a user